hixie: fix misuse of RFC2119 (whatwg r5752)

hixie: fix misuse of RFC2119 (whatwg r5752)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4612&r2=1.4613&f=h
http://html5.org/tools/web-apps-tracker?from=5751&to=5752

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4612
retrieving revision 1.4613
diff -u -d -r1.4612 -r1.4613
--- Overview.html 7 Jan 2011 23:30:39 -0000 1.4612
+++ Overview.html 8 Jan 2011 00:36:21 -0000 1.4613
@@ -17576,7 +17576,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>
 
@@ -17634,7 +17634,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>

Received on Wednesday, 12 January 2011 02:44:09 UTC