html5/spec Overview.html,1.3704,1.3705

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

Modified Files:
	Overview.html 
Log Message:
Ignore the Content-Language pragma if it contains a comma. (whatwg r4651)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3704
retrieving revision 1.3705
diff -u -d -r1.3704 -r1.3705
--- Overview.html	5 Feb 2010 02:11:10 -0000	1.3704
+++ Overview.html	5 Feb 2010 02:18:49 -0000	1.3705
@@ -9897,6 +9897,11 @@
      attribute's value is the empty string, then abort these
      steps.</li>
 
+     <li><p>If the element's <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute contains a
+     U+002C COMMA character (,) then abort these steps.</li><!--
+     if you remove this, un-comment-out the corresponding bits in the
+     step below. -->
+
      <li><p>Let <var title="">input</var> be the value of the
      element's <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code>
      attribute.</li>
@@ -9907,9 +9912,8 @@
      <li><p><a href="#skip-whitespace">Skip whitespace</a>.</li>
 
      <li><p><a href="#collect-a-sequence-of-characters" title="collect a sequence of characters">Collect a
-     sequence of characters</a> that are neither <a href="#space-character" title="space
-     character">space characters</a> nor a U+002C COMMA character
-     (,).</li>
+     sequence of characters</a> that are not<!--neither--> <a href="#space-character" title="space character">space characters</a><!-- nor a U+002C
+     COMMA character (,)-->.</li>
 
      <li><p>Let the <a href="#document-wide-default-language">document-wide default language</a> be the
      string that resulted from the previous step.</li>

Received on Friday, 5 February 2010 02:18:54 UTC