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
Copy file name to clipboardExpand all lines: index.html
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ <h1>Introduction</h1>
238
238
<cite
239
239
><a href="https://www.w3.org/WAI/ARIA/apg/"><abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices Guide</a></cite
240
240
>
241
-
for the use of roles in making interactive content accessible.
241
+
for the use of roles in making interactive content accessible.
242
242
</p>
243
243
<p>
244
244
Roles defined by this specification are designed to support the roles used by platform <a>accessibility <abbr title="Application Programming Interfaces">APIs</abbr></a
@@ -376,9 +376,12 @@ <h2>Target Audience</h2>
376
376
following documents provide important supporting information:
377
377
</p>
378
378
<ul>
379
-
<li><cite><a href="https://www.w3.org/WAI/ARIA/apg/"><abbr title="Accessible Rich Internet Applications">ARIA</abbr>
380
-
Authoring Practices Guide</a></cite>
381
-
addresses authoring recommendations for HTML, and is also of interest to developers of authoring tools and conformance checkers.</li>
379
+
<li>
380
+
<cite
381
+
><a href="https://www.w3.org/WAI/ARIA/apg/"><abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices Guide</a></cite
382
+
>
383
+
addresses authoring recommendations for HTML, and is also of interest to developers of authoring tools and conformance checkers.
384
+
</li>
382
385
<li>[[[CORE-AAM-1.2]]] addresses developers of [=user agents=] and <a class="termref">assistive technologies</a>.</li>
383
386
<li>[[[ACCNAME-1.2]]] also addresses developers of [=user agents=] and <a class="termref">assistive technologies</a>.</li>
384
387
</ul>
@@ -769,13 +772,11 @@ <h1>Important Terms</h1>
769
772
</section>
770
773
<section class="normative" id="conformance">
771
774
<p>
772
-
The main content of this specification is "normative" and defines requirements that impact conformance claims. Introductory material, appendices, sections marked as "non-normative" and
773
-
their subsections, diagrams, examples, and notes are "informative" (non-normative). Non-normative material provides advisory information to help interpret the guidelines but does not
774
-
create requirements that impact a conformance claim.
775
-
</p>
776
-
<p>
777
-
Normative sections provide requirements that authors, user agents and assistive technologies MUST follow for an implementation to conform to this specification.
775
+
The main content of this specification is "normative" and defines requirements that impact conformance claims. Introductory material, appendices, sections marked as "non-normative" and their
776
+
subsections, diagrams, examples, and notes are "informative" (non-normative). Non-normative material provides advisory information to help interpret the guidelines but does not create
777
+
requirements that impact a conformance claim.
778
778
</p>
779
+
<p>Normative sections provide requirements that authors, user agents and assistive technologies MUST follow for an implementation to conform to this specification.</p>
779
780
<p>
780
781
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
781
782
such recommendations in order to conform to this specification.
0 commit comments