Skip to content

Commit

Permalink
[c] (0) <noscript> in <head> needs to not cause parse errors. (bug 6213)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2619 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 30, 2008
1 parent 378a5f7 commit f232e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -10048,7 +10048,8 @@ o............A....e
except that invoking the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing
algorithm</a> with the <code><a href=#the-noscript-element>noscript</a></code> element as the <var title="">context</var> element and the text contents as the <var title="">input</var> must result in a list of nodes that consists
only of <code><a href=#the-link-element>link</a></code>, <code><a href=#the-style-element>style</a></code>, and
<code><a href=#meta>meta</a></code> elements.</dd>
<code><a href=#meta>meta</a></code> elements, and no <a href=#parse-error title="parse error">parse
errors</a>.</dd>

<dt>Outside of <code><a href=#the-head-element>head</a></code> elements, if <a href=#concept-n-noscript title=concept-n-noscript>scripting is disabled</a> for the
<code><a href=#the-noscript-element>noscript</a></code> element</dt>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -10634,7 +10634,8 @@ o............A....e
title="">context</var> element and the text contents as the <var
title="">input</var> must result in a list of nodes that consists
only of <code>link</code>, <code>style</code>, and
<code>meta</code> elements.</p></dd>
<code>meta</code> elements, and no <span title="parse error">parse
errors</span>.</p></dd>

<dt>Outside of <code>head</code> elements, if <span
title="concept-n-noscript">scripting is disabled</span> for the
Expand Down

0 comments on commit f232e51

Please sign in to comment.