Skip to content

Commit a25ac6f

Browse files
committed
feature: add accessibility attributes
1 parent b6936df commit a25ac6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ <h5 class="text-muted">JavaScript == Comparison Tool</h5>
5050

5151
<pre id="output" class="row m-1 p-2" aria-live="polite"></pre>
5252

53-
<footer class="row fixed-bottom pt-1 pe-2 pb-1 text-end">
54-
<div id="user-agent" class="col-12"></div>
53+
<footer class="row fixed-bottom pt-1 pe-2 pb-1 text-end" role="contentinfo">
54+
<div id="user-agent" class="col-12" aria-label="User agent information"></div>
5555
</footer>
5656
</form>
5757

0 commit comments

Comments
 (0)