[html5] r1202 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 9 16:48:09 PST 2008
Author: ianh
Date: 2008-02-09 16:48:05 -0800 (Sat, 09 Feb 2008)
New Revision: 1202
Modified:
index
source
Log:
[e] (0) remove 'shall' from the specification
Modified: index
===================================================================
--- index 2008-02-09 09:13:09 UTC (rev 1201)
+++ index 2008-02-10 00:48:05 UTC (rev 1202)
@@ -24,7 +24,8 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 9 February 2008</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 10 February
+ 2008</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -1874,12 +1875,14 @@
non-normative, as are all sections explicitly marked non-normative.
Everything else in this specification is normative.
- <p>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
+ <p>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
RFC2119. For readability, these words do not appear in all uppercase
letters in this specification. <a href="#refsRFC2119">[RFC2119]</a></p>
- <!-- XXX but they should be marked up -->
+ <!-- XXX but they should be
+ marked up -->
<p>Requirements phrased in the imperative as part of algorithms (such as
"strip any leading space characters" or "return false and abort these
@@ -16873,7 +16876,7 @@
<p>The <dfn id=linecap
title=dom-context-2d-lineCap><code>lineCap</code></dfn> attribute defines
- the type of endings that UAs shall place on the end of lines. The three
+ the type of endings that UAs will place on the end of lines. The three
valid values are <code>butt</code>, <code>round</code>, and
<code>square</code>. The <code>butt</code> value means that the end of
each line is a flat edge perpendicular to the direction of the line. The
Modified: source
===================================================================
--- source 2008-02-09 09:13:09 UTC (rev 1201)
+++ source 2008-02-10 00:48:05 UTC (rev 1202)
@@ -213,13 +213,13 @@
non-normative, as are all sections explicitly marked non-normative.
Everything else in this specification is normative.</p>
- <p>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 RFC2119. For readability,
- these words do not appear in all uppercase letters in this
- specification. <a href="#refsRFC2119">[RFC2119]</a></p>
- <!-- XXX but they should be marked up -->
+ <p>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 RFC2119. For readability, these words do
+ not appear in all uppercase letters in this specification. <a
+ href="#refsRFC2119">[RFC2119]</a></p> <!-- XXX but they should be
+ marked up -->
<p>Requirements phrased in the imperative as part of algorithms
(such as "strip any leading space characters" or "return false and
@@ -14430,7 +14430,7 @@
<p>The <dfn
title="dom-context-2d-lineCap"><code>lineCap</code></dfn> attribute
- defines the type of endings that UAs shall place on the end of
+ defines the type of endings that UAs will place on the end of
lines. The three valid values are <code>butt</code>,
<code>round</code>, and <code>square</code>. The <code>butt</code>
value means that the end of each line is a flat edge perpendicular
More information about the Commit-Watchers
mailing list