Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1>To-Do List</h1>

<!--added an aria-live region to provide feedback to screen readers-->
<div role="status" aria-live="polite" id="live-polite" class="vissually-hidden">
<div role="status" aria-live="polite" id="live-polite" class="visually-hidden">
<!-- anything added in this div will be spoken out when the screen reader is not currently speaking something (aria-live="polite")-->
</div>

Expand All @@ -33,4 +33,4 @@ <h1>To-Do List</h1>
<script src="app.js"></script>
</body>

</html>
</html>