Skip to content

Commit aab9cd4

Browse files
Chore: Format files with Prettier
1 parent 98526b8 commit aab9cd4

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

core-aam/index.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
name: "Cynthia Shelly",
5757
company: "W3C Invited Expert",
5858
mailto: "[email protected]",
59-
w3cid: 11897
59+
w3cid: 11897,
6060
},
6161
],
6262
formerEditors: [
@@ -196,7 +196,10 @@
196196
>comment archive</a
197197
>). In-progress updates to the document may be viewed in the <a href="http://w3c.github.io/core-aam/">publicly visible editors' draft</a>.
198198
</p>
199-
<p><strong>Living specification</strong> &mdash; 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> &mdash; 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>
200203
</section>
201204
<section id="intro" class="informative">
202205
<h2>Introduction</h2>
@@ -213,8 +216,8 @@ <h2>Introduction</h2>
213216
<li>
214217
<cite
215218
><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.
218221
</li>
219222
<li>
220223
<cite
@@ -359,9 +362,7 @@ <h5>Accessible Names and Descriptions</h5>
359362
</section>
360363
</section>
361364
<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>
365366
<p>
366367
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
367368
such recommendations in order to conform to this specification.
@@ -545,15 +546,17 @@ <h2>Computed Role</h2>
545546
<p class="note">
546547
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
547548
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]].
549551
</p>
550552
<aside class="example">
551553
<!-- ReSpec needs these examples to be unindented. -->
552554
<pre>
553555
&lt;div role="listitem"&gt; &lt;!-- Author error: orphaned listitem. computedrole is unspecified. --&gt;
554556

555557
&lt;div role="list"&gt; &lt;!-- computedrole returns "list" --&gt;
556-
&lt;div role="listitem"&gt; &lt;!-- computedrole returns "listitem" in the appropriate context. --&gt;</pre>
558+
&lt;div role="listitem"&gt; &lt;!-- computedrole returns "listitem" in the appropriate context. --&gt;</pre
559+
>
557560
</aside>
558561
<p>
559562
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>
1075610759
</tr>
1075710760
</tbody>
1075810761
</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>
1076010768
<table class="data">
1076110769
<caption>
1076210770
Table of document change scenarios and events to be fired in each

dpub-aam/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@
164164
</section>
165165
<section id="sotd">
166166
<p>Future updates to this specification may incorporate <a href="https://www.w3.org/policies/process/20231103/#allow-new-features">new features</a>.</p>
167-
<p><strong>Living specification</strong> &mdash; This document is maintained as a living specification. For the latest normative version, visit <a href="https://www.w3.org/TR/dpub-aam/">Digital Publishing Accessibility API Mappings</a>.</p>
167+
<p>
168+
<strong>Living specification</strong> &mdash; This document is maintained as a living specification. For the latest normative version, visit
169+
<a href="https://www.w3.org/TR/dpub-aam/">Digital Publishing Accessibility API Mappings</a>.
170+
</p>
168171
</section>
169172
<section id="intro" class="informative">
170173
<h2>Introduction</h2>
@@ -182,9 +185,7 @@ <h2>Introduction</h2>
182185
</p>
183186
</section>
184187
<section id="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>
188189
<p>
189190
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
190191
such recommendations in order to conform to this specification.

0 commit comments

Comments
 (0)