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
>). In-progress updates to the document may be viewed in the <a href="http://w3c.github.io/core-aam/">publicly visible editors' draft</a>.
198
198
</p>
199
-
<p><strong>Living specification</strong> — This document is maintained as a living specification. For the latest normative version, visit <a href="https://www.w3.org/TR/core-aam-1.2/">Core Accessibility API Mappings</a>.</p>
199
+
<p>
200
+
<strong>Living specification</strong> — This document is maintained as a living specification. For the latest normative version, visit
201
+
<a href="https://www.w3.org/TR/core-aam-1.2/">Core Accessibility API Mappings</a>.
202
+
</p>
200
203
</section>
201
204
<section id="intro" class="informative">
202
205
<h2>Introduction</h2>
@@ -213,8 +216,8 @@ <h2>Introduction</h2>
213
216
<li>
214
217
<cite
215
218
><a href="https://www.w3.org/WAI/ARIA/apg/"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices Guide</a></cite
216
-
>, describes how web content developers can develop accessible rich internet applications using <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr>.
217
-
It provides detailed advice and examples directed primarily to web application developers, yet also useful to user agent and developers of assistive technologies.
219
+
>, describes how web content developers can develop accessible rich internet applications using <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr>. It provides detailed
220
+
advice and examples directed primarily to web application developers, yet also useful to user agent and developers of assistive technologies.
218
221
</li>
219
222
<li>
220
223
<cite
@@ -359,9 +362,7 @@ <h5>Accessible Names and Descriptions</h5>
359
362
</section>
360
363
</section>
361
364
<section id="conformance">
362
-
<p>
363
-
Normative sections provide requirements that user agents and assistive technologies MUST follow for an implementation to conform to this specification.
364
-
</p>
365
+
<p>Normative sections provide requirements that user agents and assistive technologies MUST follow for an implementation to conform to this specification.</p>
365
366
<p>
366
367
Non-normative (informative) sections provide information useful to understanding the specification. Such sections may contain examples of recommended practice, but it is not required to follow
367
368
such recommendations in order to conform to this specification.
@@ -545,15 +546,17 @@ <h2>Computed Role</h2>
545
546
<p class="note">
546
547
When an element has a role but is not contained in the required context (for example, an orphaned `listitem` without the required accessible parent of role `list`), this is an authoring
547
548
error, but the user agent behavior is not specified as a single rule. For most roles, user agents can either recover the error by ignoring the role, or respect the author's intended role
548
-
in scenarios deemed by the implementation to be harmless. Please note that this permissiveness in how engines treat author role errors might be overridden in a language-specific mapping document such as [[HTML-AAM]].
549
+
in scenarios deemed by the implementation to be harmless. Please note that this permissiveness in how engines treat author role errors might be overridden in a language-specific mapping
550
+
document such as [[HTML-AAM]].
549
551
</p>
550
552
<aside class="example">
551
553
<!-- ReSpec needs these examples to be unindented. -->
<div role="listitem"> <!-- computedrole returns "listitem" in the appropriate context. --></pre>
558
+
<div role="listitem"> <!-- computedrole returns "listitem" in the appropriate context. --></pre
559
+
>
557
560
</aside>
558
561
<p>
559
562
When host language elements do not have an exact or equivalent mapping to a valid, non-abstract role, the related Accessibilty API Mapping extension specification MAY specify a unique
@@ -10756,7 +10759,12 @@ <h3>Changes to document content or node visibility</h3>
10756
10759
</tr>
10757
10760
</tbody>
10758
10761
</table>
10759
-
<p>Fire the following events for node changes where the node in question is an element and has an <a class="termref">accessible object</a>. The <dfn data-export="" data-lt="accessibility subtree">accessibility subtree</dfn> of a node is its <a class="termref">accessible object</a> in the <a>accessibility tree</a> and all of it's <a>accessibility descendants</a>. It does not include objects which have relationships other than parent-child in that tree. For example, it does not include objects linked via <a class="specref" href="#aria-flowto">aria-flowto</a> unless those objects are also descendants in the <a>accessibility tree</a>.
10762
+
<p>
10763
+
Fire the following events for node changes where the node in question is an element and has an <a class="termref">accessible object</a>. The
10764
+
<dfn data-export="" data-lt="accessibility subtree">accessibility subtree</dfn> of a node is its <a class="termref">accessible object</a> in the <a>accessibility tree</a> and all of it's
10765
+
<a>accessibility descendants</a>. It does not include objects which have relationships other than parent-child in that tree. For example, it does not include objects linked via
10766
+
<a class="specref" href="#aria-flowto">aria-flowto</a> unless those objects are also descendants in the <a>accessibility tree</a>.
10767
+
</p>
10760
10768
<table class="data">
10761
10769
<caption>
10762
10770
Table of document change scenarios and events to be fired in each
Copy file name to clipboardExpand all lines: dpub-aam/index.html
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,10 @@
164
164
</section>
165
165
<sectionid="sotd">
166
166
<p>Future updates to this specification may incorporate <ahref="https://www.w3.org/policies/process/20231103/#allow-new-features">new features</a>.</p>
167
-
<p><strong>Living specification</strong> — This document is maintained as a living specification. For the latest normative version, visit <ahref="https://www.w3.org/TR/dpub-aam/">Digital Publishing Accessibility API Mappings</a>.</p>
167
+
<p>
168
+
<strong>Living specification</strong> — This document is maintained as a living specification. For the latest normative version, visit
169
+
<ahref="https://www.w3.org/TR/dpub-aam/">Digital Publishing Accessibility API Mappings</a>.
170
+
</p>
168
171
</section>
169
172
<sectionid="intro" class="informative">
170
173
<h2>Introduction</h2>
@@ -182,9 +185,7 @@ <h2>Introduction</h2>
182
185
</p>
183
186
</section>
184
187
<sectionid="conformance" class="normative">
185
-
<p>
186
-
Normative sections provide requirements that user agents and assistive technologies MUST follow for an implementation to conform to this specification.
187
-
</p>
188
+
<p>Normative sections provide requirements that user agents and assistive technologies MUST follow for an implementation to conform to this specification.</p>
188
189
<p>
189
190
Non-normative (informative) sections provide information useful to understanding the specification. Such sections may contain examples of recommended practice, but it is not required to follow
190
191
such recommendations in order to conform to this specification.
0 commit comments