html5/spec Overview.html,1.4612,1.4613

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3008

Modified Files:
	Overview.html 
Log Message:
fix misuse of RFC2119 (whatwg r5752)

Index: Overview.html
===================================================================
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 Saturday, 8 January 2011 00:36:26 UTC