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

Hiding Semantics Practice Page: Add missing word "that" #2704

Merged
merged 2 commits into from
Jun 9, 2023
Merged
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
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