This repository was archived by the owner on Jun 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathfooter.include
51 lines (39 loc) · 2.02 KB
/
footer.include
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
</main>
<h2 id="conformance" class="no-ref no-num">
Conformance</h2>
<h3 id="conventions" class="no-ref">
Document conventions</h3>
<p>Conformance requirements are expressed with a combination of
descriptive assertions and RFC 2119 terminology. The key words “MUST”,
“MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”,
“RECOMMENDED”, “MAY”, and “OPTIONAL” in the normative parts of this
document are to be interpreted as described in RFC 2119.
However, for readability, these words do not appear in all uppercase
letters in this specification.
<p>All of the text of this specification is normative except sections
explicitly marked as non-normative, examples, and notes. [[!RFC2119]]</p>
<p>Examples in this specification are introduced with the words “for example”
or are set apart from the normative text with <code>class="example"</code>,
like this:
<div class="example">
<p>This is an example of an informative example.</p>
</div>
<p>Informative notes begin with the word “Note” and are set apart from the
normative text with <code>class="note"</code>, like this:
<p class="note">Note, this is an informative note.</p>
<p>Advisements are normative sections styled to evoke special attention and are
set apart from other normative text with <code><strong class="advisement"></code>, like
this:
<strong class="advisement">
UAs MUST provide an accessible alternative.
</strong>
<p>This specification defines a number of procedures.
User agents are not required to implement these procedures as specified but
may alter the steps and data structures freely provided the observable
result is equivalent.
<p>Some procedures <dfn>assert</dfn> an invariant condition.
Such assertions are intended to clarify the expected behavior and do not
constitute implementation requirements.
</body>
<script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script>
</html>