Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developer Slide 09-Aria Changed #101

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
15 changes: 8 additions & 7 deletions slides/02-Developers/09-aria.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,20 @@ layout_data:
landmark regions help screen reader users do what others do when they
glance at a page, i.e., see its different parts from a bird's-eye view. They also
make it easy to move the screen reader's reading cursor to different locations on the page.
Instructions for this exercise are in the comment block in the editor below.

code: |

<h3>ARIA Landmarks Exercise</h3>
<!--
Instructions for this exercise are below.

1. Turn on VoiceOver.
2. Press ctrl-opt-u.
3. Press right arrow until you hear "Landmarks".
4. Press down arrow to read the landmark list.
5. Press enter to move the VoiceOver reading cursor
to the beginning of one of the landmark regions.
-->


code: |

<h3>ARIA Landmarks Exercise</h3>

How many landmarks did you find on the page?
<input type="text" id="landmarks">

Expand Down