Skip to content

Commit

Permalink
add equal access provision for accessible descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Nov 20, 2024
1 parent 5422340 commit 8a19efb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/accessibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@ <h5 id="acc_descriptions">Accessible Descriptions</h5>
it is recommended to use it together with an <code class="attribute">intent</code> annotation,
as appropriate.
</p>
<p> To ensure equal access, when <code class="attribute">aria-description</code>
or <code class="attribute">intent</code> are used,
useful descriptions should also be made visible on the page.
A common affordance to achieve that is interactively displaying
a tooltip containing the description.
</p>
</section>
</section>
</section>
Expand Down

0 comments on commit 8a19efb

Please sign in to comment.