Skip to content

Commit f1543cf

Browse files
committed
rearrange Conformance section wording
1 parent acfe7a8 commit f1543cf

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

css3-page/Overview.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787

8888
<h1 id=css-paged>CSS Paged Media Module Level 3</h1>
8989

90-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 27 August 2008</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 3 October 2008</h2>
9191

9292
<dl>
9393
<dt>This version:
9494

9595
<dd><a
9696
href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd>
97-
<!-- <dd><a href="http://www.w3.org/TR/2008/ED-css3-page-20080827">http://www.w3.org/TR/2008/WD-css3-page-20080827</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2008/ED-css3-page-20081003">http://www.w3.org/TR/2008/WD-css3-page-20081003</a></dd> -->
9898

9999
<dt>Latest version:
100100

@@ -179,8 +179,8 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
179179
<!--end-status-->
180180
<p>This document contains the <abbr title="Cascading Style
181181
Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a
182-
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 27
183-
August 2008. The Last Call period ends on <span class=fudge>TBD</span>.</p>
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 3
183+
October 2008. The Last Call period ends on <span class=fudge>TBD</span>.</p>
184184

185185
<p>Relative to the previous Last Call Working Draft, this version
186186
incorporates changes to the formerly named &lsquo;<code
@@ -406,17 +406,18 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
406406

407407
<h2 id=conformance><span class=secno>2. </span>Conformance</h2>
408408

409-
<p>The keywords "<em class=RFC2119>MUST</em>", "<em
410-
class=RFC2119>SHALL</em>", "<em class=RFC2119>MUST NOT</em>", "<em
411-
class=RFC2119>SHALL NOT</em>", "<em class=RFC2119>REQUIRED</em>", "<em
412-
class=RFC2119>SHOULD</em>", "<em class=RFC2119>SHOULD NOT</em>", "<em
413-
class=RFC2119>RECOMMENDED</em>", "<em class=RFC2119>MAY</em>", and "<em
414-
class=RFC2119>OPTIONAL</em>" when used in this document are to be
415-
interpreted as described in <cite>RFC 2119</cite> <a href="#RFC2119"
409+
<p>All of the text in this specification is normative except sections
410+
explicitly marked as non-normative, examples, and notes. The keywords
411+
"<em class=RFC2119>MUST</em>", "<em class=RFC2119>SHALL</em>", "<em
412+
class=RFC2119>MUST NOT</em>", "<em class=RFC2119>SHALL NOT</em>", "<em
413+
class=RFC2119>REQUIRED</em>", "<em class=RFC2119>SHOULD</em>", "<em
414+
class=RFC2119>SHOULD NOT</em>", "<em class=RFC2119>RECOMMENDED</em>",
415+
"<em class=RFC2119>MAY</em>", and "<em class=RFC2119>OPTIONAL</em>" when
416+
used in this document are to be interpreted as described in <cite>RFC
417+
2119</cite> <a href="#RFC2119"
416418
rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>. However, for
417419
readability, these words do not appear in all uppercase letters in this
418-
specification. All of the text in this specification is normative except
419-
sections explicitly marked as non-normative, examples, and notes.</p>
420+
specification.</p>
420421

421422
<p>Examples in this specification are introduced with the words "for
422423
example" or are set apart from the normative text with

css3-page/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,16 @@ <h2 id="intro">Introduction</h2>
172172

173173
<h2 id="conformance">Conformance</h2>
174174

175-
<p>The keywords "<em class="RFC2119">MUST</em>", "<em class="RFC2119">SHALL</em>",
175+
<p>All of the text in this specification is normative except sections
176+
explicitly marked as non-normative, examples, and notes. The keywords
177+
"<em class="RFC2119">MUST</em>", "<em class="RFC2119">SHALL</em>",
176178
"<em class="RFC2119">MUST NOT</em>", "<em class="RFC2119">SHALL NOT</em>",
177179
"<em class="RFC2119">REQUIRED</em>", "<em class="RFC2119">SHOULD</em>",
178180
"<em class="RFC2119">SHOULD NOT</em>", "<em class="RFC2119">RECOMMENDED</em>",
179181
"<em class="RFC2119">MAY</em>", and "<em class="RFC2119">OPTIONAL</em>" when
180182
used in this document are to be interpreted as described in <cite>RFC
181183
2119</cite> [[!RFC2119]]. However, for readability, these words do not appear
182-
in all uppercase letters in this specification. All of the text in this
183-
specification is normative except sections explicitly marked as non-normative,
184-
examples, and notes.</p>
184+
in all uppercase letters in this specification.</p>
185185

186186
<p>Examples in this specification are introduced with the words "for example"
187187
or are set apart from the normative text with <code>class="example"</code>,

0 commit comments

Comments
 (0)