Skip to content

Commit

Permalink
[giowt] (0) Ignore the Content-Language pragma if it contains a comma.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4651 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2010
1 parent aa00d5c commit 3f65713
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
10 changes: 7 additions & 3 deletions complete.html
Expand Up @@ -11492,6 +11492,11 @@ <h5 id=pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</h5>
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>
Expand All @@ -11502,9 +11507,8 @@ <h5 id=pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</h5>
<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>
Expand Down
10 changes: 7 additions & 3 deletions index
Expand Up @@ -11391,6 +11391,11 @@ people expect to have work and what is necessary.
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>
Expand All @@ -11401,9 +11406,8 @@ people expect to have work and what is necessary.
<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>
Expand Down
12 changes: 9 additions & 3 deletions source
Expand Up @@ -12006,6 +12006,12 @@ people expect to have work and what is necessary.
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>
Expand All @@ -12016,9 +12022,9 @@ people expect to have work and what is necessary.
<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>
Expand Down

0 comments on commit 3f65713

Please sign in to comment.