Skip to content

Commit

Permalink
remove auto generation of conformance, and harmonize with graphics-aam
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-n-cooper committed Feb 1, 2018
1 parent 78b37eb commit 10fb8cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions graphics-aria/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@ <h2>Assistive Technologies</h2>
<p>The role descriptions suggest which features of an element with that role are considered semantically important and should be conveyed to the reader whenever possible.</p>
</section>
</section>
<section class="normative" id="conformance">
<p>This specification indicates whether a section is <a>normative</a> or <a>informative</a>. Classifying a section as normative or informative applies to the entire section. A statement "This section is normative" or "This section is informative" applies to all sub-sections of that section.</p>
<section class="normative">
<p>This specification indicates whether a section is <a class="termref">normative</a> or non-normative (<a class="termref">informative</a>) and the classification applies to the entire section. A statement "This section is normative" or "This section is non-normative" applies to all sub-sections of that section.</p>
<p>Normative sections provide requirements that <a class="termref">user agents</a> must follow for an implementation to conform to this specification. The keywords <strong class="rfc2119">MUST</strong>, <strong class="rfc2119">MUST NOT</strong>, <strong class="rfc2119">REQUIRED</strong>, <strong class="rfc2119">SHALL</strong>, <strong class="rfc2119">SHALL NOT</strong>, <strong class="rfc2119">SHOULD</strong>, <strong class="rfc2119">RECOMMENDED</strong>, <strong class="rfc2119">MAY</strong>, and <strong class="rfc2119">OPTIONAL</strong> 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 a <code>strong</code> 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>
<p>Normative sections provide requirements that authors, user agents and assistive technologies MUST follow for an implementation to conform to this specification.</p>
<p>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>
</section>
Expand Down

0 comments on commit 10fb8cb

Please sign in to comment.