Skip to content

Commit

Permalink
Hiding Semantics Practice Page: Add missing word "that" (pull #2704)
Browse files Browse the repository at this point in the history
Editorial correction to add a missing word and missing comma.

---------

Co-authored-by: Matt King <[email protected]>
  • Loading branch information
frozenzia and mcking65 authored Jun 9, 2023
1 parent fec7032 commit 08fee22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Effects of Role <code>presentation</code></h2>
<li>The element’s implied ARIA role and any ARIA states and properties associated with that role are hidden from assistive technologies.</li>
<li>
Text contained by the element, i.e., inner text, as well as inner text of all its descendant elements remains visible to assistive technologies.
Of course, text is explicitly hidden, e.g., styled with <code>display: none</code> or has <code>aria-hidden="true"</code> is not visible to assistive technologies.
Of course, text that is explicitly hidden, e.g., styled with <code>display: none</code> or has <code>aria-hidden="true"</code>, is not visible to assistive technologies.
</li>
<li>
The roles, states, and properties of each descendant element remain visible to assistive technologies unless the descendant requires the context of the presentational element.
Expand Down

0 comments on commit 08fee22

Please sign in to comment.