Skip to content

Commit

Permalink
chore: tidy up index.html (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: darktears <darktears@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and darktears committed Jun 5, 2024
1 parent 830a942 commit 358ee8f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,19 +766,19 @@ <h2>
better. Ideally it is preferred to make the UI configurable.
</li>
<li>
<strong>Content announcements for assistive devices:</strong>
Use ARIA live regions to announce significant layout changes dynamically.
For instance, when a fold changes the layout of a webpage, ensure that screen
readers announce these changes to users. For example, if a video player is moved
to the top of the screen and comments to the bottom, an announcement like
"Video player moved to the top screen, comments moved below the fold" can help
users navigate better.
<strong>Content announcements for assistive devices:</strong> Use
ARIA live regions to announce significant layout changes dynamically.
For instance, when a fold changes the layout of a webpage, ensure
that screen readers announce these changes to users. For example, if
a video player is moved to the top of the screen and comments to the
bottom, an announcement like "Video player moved to the top screen,
comments moved below the fold" can help users navigate better.
</li>
<li>
<strong>Assistive technology compatibility:</strong>
Conduct thorough testing with various assistive technologies to ensure
compatibility and proper communication of changes when different postures
are reached.
<strong>Assistive technology compatibility:</strong> Conduct thorough
testing with various assistive technologies to ensure compatibility
and proper communication of changes when different postures are
reached.
</li>
</ul>
</section>
Expand Down

0 comments on commit 358ee8f

Please sign in to comment.