Skip to content

Commit afd5e50

Browse files
scottaoharaactions-user
authored andcommitted
chore: prettier
1 parent 8e9c320 commit afd5e50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14007,9 +14007,9 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1400714007
<code>aria-hidden</code> attribute value set to <code>true</code>.
1400814008
</p>
1400914009
<p>
14010-
Authors MUST NOT use <code>aria-hidden</code> to hide the root element or the host language element that <a data-cite="html/dom.html#represents">represents</a> or contains the contents of the
14011-
primary document in view. For instance, the <code>html</code> or <code>body</code> elements in an HTML document. Authors MAY, with caution, use <code>aria-hidden</code> to hide visibly
14012-
rendered content from assistive technologies <em>only</em> if the act of hiding this content is intended to improve the experience for users of assistive technologies by removing
14010+
Authors MUST NOT use <code>aria-hidden</code> to hide the root element or the host language element that <a data-cite="html/dom.html#represents">represents</a> or contains the contents
14011+
of the primary document in view. For instance, the <code>html</code> or <code>body</code> elements in an HTML document. Authors MAY, with caution, use <code>aria-hidden</code> to hide
14012+
visibly rendered content from assistive technologies <em>only</em> if the act of hiding this content is intended to improve the experience for users of assistive technologies by removing
1401314013
redundant or extraneous content. Authors using <code>aria-hidden</code> to hide visible content from screen readers MUST ensure that identical or equivalent meaning and functionality is
1401414014
exposed to assistive technologies.
1401514015
</p>
@@ -14029,10 +14029,10 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1402914029
</p>
1403014030
<p>
1403114031
To prevent authors erroneously hiding entire window-rendered documents only to those using assistive technology, user agents MUST NOT expose the hidden state to assistive technologies if
14032-
it is specified on the root element or the host language element that <a data-cite="html/dom.html#represents">represents</a> or contains the contents of the primary document in view. For instance,
14033-
the <code>html</code> or <code>body</code> elements in an HTML document, or the root <code>svg</code> element if it is rendered as its own primary document in the browser window. If
14034-
authors were to specify <code>aria-hidden="true"</code> on the opening tag for an embedded document, for instance on a <code>math</code> or <code>svg</code> embedded within an HTML
14035-
document, user agents would still be expected to hide these elements from assistive technologies.
14032+
it is specified on the root element or the host language element that <a data-cite="html/dom.html#represents">represents</a> or contains the contents of the primary document in view. For
14033+
instance, the <code>html</code> or <code>body</code> elements in an HTML document, or the root <code>svg</code> element if it is rendered as its own primary document in the browser
14034+
window. If authors were to specify <code>aria-hidden="true"</code> on the opening tag for an embedded document, for instance on a <code>math</code> or <code>svg</code> embedded within an
14035+
HTML document, user agents would still be expected to hide these elements from assistive technologies.
1403614036
</p>
1403714037
</div>
1403814038
<table class="def">

0 commit comments

Comments
 (0)