[html5] r5752 - [e] (0) fix misuse of RFC2119

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 7 16:32:47 PST 2011


Author: ianh
Date: 2011-01-07 16:32:46 -0800 (Fri, 07 Jan 2011)
New Revision: 5752

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix misuse of RFC2119

Modified: complete.html
===================================================================
--- complete.html	2011-01-07 23:30:33 UTC (rev 5751)
+++ complete.html	2011-01-08 00:32:46 UTC (rev 5752)
@@ -221,7 +221,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — 7 January 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 8 January 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -20350,7 +20350,7 @@
 
   <p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the
   bidirectional algorithm may be implemented indirectly through the
-  style layer. For example, an HTML+CSS user agent should implement
+  style layer. For example, an HTML+CSS user agent could implement
   these requirements by implementing the CSS 'unicode-bidi' property.
   <a href=#refsCSS>[CSS]</a></p>
 
@@ -20419,7 +20419,7 @@
 
   <p>The requirements on handling the <code><a href=#the-bdo-element>bdo</a></code> element for the
   bidirectional algorithm may be implemented indirectly through the
-  style layer. For example, an HTML+CSS user agent should implement
+  style layer. For example, an HTML+CSS user agent could implement
   these requirements by implementing the CSS 'unicode-bidi' property.
   <a href=#refsCSS>[CSS]</a></p>
 

Modified: index
===================================================================
--- index	2011-01-07 23:30:33 UTC (rev 5751)
+++ index	2011-01-08 00:32:46 UTC (rev 5752)
@@ -225,7 +225,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Living Standard — 7 January 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 8 January 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -20329,7 +20329,7 @@
 
   <p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the
   bidirectional algorithm may be implemented indirectly through the
-  style layer. For example, an HTML+CSS user agent should implement
+  style layer. For example, an HTML+CSS user agent could implement
   these requirements by implementing the CSS 'unicode-bidi' property.
   <a href=#refsCSS>[CSS]</a></p>
 
@@ -20398,7 +20398,7 @@
 
   <p>The requirements on handling the <code><a href=#the-bdo-element>bdo</a></code> element for the
   bidirectional algorithm may be implemented indirectly through the
-  style layer. For example, an HTML+CSS user agent should implement
+  style layer. For example, an HTML+CSS user agent could implement
   these requirements by implementing the CSS 'unicode-bidi' property.
   <a href=#refsCSS>[CSS]</a></p>
 

Modified: source
===================================================================
--- source	2011-01-07 23:30:33 UTC (rev 5751)
+++ source	2011-01-08 00:32:46 UTC (rev 5752)
@@ -1,4 +1,4 @@
-<!-- EDITOR NOTES
+a<!-- EDITOR NOTES
  !
  !   Adding a new element involves editing the following sections:
  !    - description of the element's categories
@@ -21723,7 +21723,7 @@
 
   <p>The requirements on handling the <code>bdi</code> element for the
   bidirectional algorithm may be implemented indirectly through the
-  style layer. For example, an HTML+CSS user agent should implement
+  style layer. For example, an HTML+CSS user agent could implement
   these requirements by implementing the CSS 'unicode-bidi' property.
   <a href="#refsCSS">[CSS]</a></p>
 
@@ -21796,7 +21796,7 @@
 
   <p>The requirements on handling the <code>bdo</code> element for the
   bidirectional algorithm may be implemented indirectly through the
-  style layer. For example, an HTML+CSS user agent should implement
+  style layer. For example, an HTML+CSS user agent could implement
   these requirements by implementing the CSS 'unicode-bidi' property.
   <a href="#refsCSS">[CSS]</a></p>
 




More information about the Commit-Watchers mailing list