Skip to content

Commit

Permalink
issue #282: text level elements not listed elsewhere shouldn't allow …
Browse files Browse the repository at this point in the history
…name from content

Text level elements are not mapped to ARIA roles, but ARIA name computation alg strictly defines roles which allow name from content; also the behavior doens't match implementations
  • Loading branch information
asurkov committed Feb 25, 2020
1 parent e765269 commit e8f6143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6613,7 +6613,6 @@ <h4>Text Level Element Accessible Name Computation</h4>
<li>
If the element has an <a href="https://www.w3.org/TR/wai-aria-1.1/#aria-label">`aria-label`</a> or an <a href="https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby">`aria-labelledby`</a> attribute the <a class="termref">accessible name</a> is to be calculated using the algorithm defined in <a href="" class="accname">Accessible Name and Description: Computation and API Mappings 1.1</a>.
</li>
<li>Otherwise use the text element's subtree.</li>
<li>Otherwise use the `title` attribute.</li>
<li>
If none of the above yield a usable text string there is no <a class="termref">accessible name</a>.
Expand Down

0 comments on commit e8f6143

Please sign in to comment.