Skip to content

Commit

Permalink
Commit changed files and submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-n-cooper-bot authored and github-actions[bot] committed Jun 9, 2023
1 parent 88cb1b1 commit 65b6d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
<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 which 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
2 changes: 1 addition & 1 deletion _external/aria-practices

0 comments on commit 65b6d4f

Please sign in to comment.