Skip to content

Commit 1892ac2

Browse files
authored
Merge pull request #12 from w3c/jnurthen/issue11
fix references
2 parents d5b8e94 + 73a6f22 commit 1892ac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graphics-aam/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
preProcess:[linkCrossReferences],
185185
postProcess:[],
186186
definitionMap:[],
187-
xref: ["core-aam", "accname", "wai-aria"]
187+
xref: ["core-aam", "accname", "wai-aria", "dom", "infra"]
188188
}
189189
</script>
190190
<script type="text/javascript">
@@ -283,14 +283,14 @@ <h2>Introduction</h2>
283283
<li>
284284
<cite><a href="https://www.w3.org/TR/core-aam-1.1/">Core Accessibility API Mappings</a></cite> specification [[CORE-AAM-1.1]],
285285
which expresses how <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr>
286-
<a class="termref">roles</a>, <a class="termref">states</a>, and <a class="termref">properties</a>
286+
<a class="termref">roles</a>, <a class="termref">states</a>, and [=ARIA/properties=]
287287
should be supported in user agents
288288
using platform accessibility <abbr title="Application Programming Interfaces">APIs</abbr>.
289289
</li>
290290
<li>
291291
<cite><a href="https://www.w3.org/TR/svg-aam-1.0/">SVG Accessibility API Mappings</a></cite> [[SVG-AAM-1.0]], a planned <abbr title="World Wide Web Consortium">W3C</abbr> recommendation,
292292
which expresses how <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr>
293-
<a class="termref">roles</a>, <a class="termref">states</a>, and <a class="termref">properties</a>
293+
<a class="termref">roles</a>, <a class="termref">states</a>, and [=ARIA/properties=]
294294
should be supported in user agents
295295
using platform accessibility <abbr title="Application Programming Interfaces">APIs</abbr>.
296296
</li>
@@ -315,7 +315,7 @@ <h2>Introduction</h2>
315315
</section>
316316
<section class="normative" id="conformance">
317317
<h2>Conformance</h2>
318-
<p>The main content of this specification is <a class="termref">normative</a> and defines requirements that impact conformance claims. Introductory material, appendices, sections marked as "non-normative" and their subsections, diagrams, examples, and notes are <a class="termref">informative</a> (non-normative). Non-normative material provides advisory information to help interpret the guidelines but does not create requirements that impact a conformance claim.</p>
318+
<p>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 subsections, diagrams, examples, and notes are informative (non-normative). Non-normative material provides advisory information to help interpret the guidelines but does not create requirements that impact a conformance claim.</p>
319319
<p>Normative sections provide requirements that <a class="termref">user agents</a> must follow for an implementation to conform to this specification. The keywords <em class="rfc2119">MUST</em>, <em class="rfc2119">MUST NOT</em>, <em class="rfc2119">REQUIRED</em>, <em class="rfc2119">SHALL</em>, <em class="rfc2119">SHALL NOT</em>, <em class="rfc2119">SHOULD</em>, <em class="rfc2119">RECOMMENDED</em>, <em class="rfc2119">MAY</em>, and <em class="rfc2119">OPTIONAL</em> in this document are to be interpreted as described in <cite><a href="http://www.rfc-editor.org/rfc/rfc2119.txt">Keywords for use in RFCs to indicate requirement levels</a></cite> [[!RFC2119]]. RFC-2119 keywords are formatted in uppercase and contained in an element with <code>class="rfc2119"</code>. When the keywords shown above are used, but do not share this format, they do not convey formal information in the RFC 2119 sense, and are merely explanatory, i.e., informative. As much as possible, such usages are avoided in this specification.</p>
320320
<p>Normative sections provide requirements that authors, user agents and assistive technologies MUST follow for an implementation to conform to this specification.</p>
321321
<p>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 such recommendations in order to conform to this specification.</p>

0 commit comments

Comments
 (0)