[html5] r4651 - [giowt] (0) Ignore the Content-Language pragma if it contains a comma.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 4 18:18:46 PST 2010
Author: ianh
Date: 2010-02-04 18:18:44 -0800 (Thu, 04 Feb 2010)
New Revision: 4651
Modified:
complete.html
index
source
Log:
[giowt] (0) Ignore the Content-Language pragma if it contains a comma.
Modified: complete.html
===================================================================
--- complete.html 2010-02-05 02:11:05 UTC (rev 4650)
+++ complete.html 2010-02-05 02:18:44 UTC (rev 4651)
@@ -11492,6 +11492,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>
@@ -11502,9 +11507,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>
Modified: index
===================================================================
--- index 2010-02-05 02:11:05 UTC (rev 4650)
+++ index 2010-02-05 02:18:44 UTC (rev 4651)
@@ -11391,6 +11391,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>
@@ -11401,9 +11406,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>
Modified: source
===================================================================
--- source 2010-02-05 02:11:05 UTC (rev 4650)
+++ source 2010-02-05 02:18:44 UTC (rev 4651)
@@ -12006,6 +12006,12 @@
attribute's value is the empty string, then abort these
steps.</p></li>
+ <li><p>If the element's <code
+ title="attr-meta-content">content</code> attribute contains a
+ U+002C COMMA character (,) then abort these steps.</p></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">content</code>
attribute.</p></li>
@@ -12016,9 +12022,9 @@
<li><p><span>Skip whitespace</span>.</p></li>
<li><p><span title="collect a sequence of characters">Collect a
- sequence of characters</span> that are neither <span title="space
- character">space characters</span> nor a U+002C COMMA character
- (,).</p></li>
+ sequence of characters</span> that are not<!--neither--> <span
+ title="space character">space characters</span><!-- nor a U+002C
+ COMMA character (,)-->.</p></li>
<li><p>Let the <span>document-wide default language</span> be the
string that resulted from the previous step.</p></li>
More information about the Commit-Watchers
mailing list