You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>User agents MUST ignore the `aria-hidden` attribute if specified on the `html` element.</td>
3015
+
<td>
3016
+
<p>User agents MUST ignore the `aria-hidden` attribute if specified on the `html` element.</p>
3017
+
<p class="note">The `document` role of a web page is not exposed by the `html` element, but rather from a parent `document node` created by the user agent.</p>
Copy file name to clipboardExpand all lines: index.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14020,9 +14020,9 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
14020
14020
<code>aria-hidden</code> attribute value set to <code>true</code>.
14021
14021
</p>
14022
14022
<p>
14023
-
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> the contents of the
14024
-
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
14025
-
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
14023
+
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
14024
+
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
14025
+
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
14026
14026
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
14027
14027
exposed to assistive technologies.
14028
14028
</p>
@@ -14042,10 +14042,10 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
14042
14042
</p>
14043
14043
<p>
14044
14044
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
14045
-
it is specified on the root element or the host language element that <a data-cite="html/dom.html#represents">represents</a> the contents of the primary document in view. For instance,
14046
-
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
14047
-
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
14048
-
document, user agents would still be expected to hide these elements from assistive technologies.
14045
+
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
14046
+
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
14047
+
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
14048
+
HTML document, user agents would still be expected to hide these elements from assistive technologies.
0 commit comments