Skip to content

Commit

Permalink
[c] (3) <feBlend></feBlend> would be a parse error before. Oops.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21162
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7883 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 31, 2013
1 parent 06849eb commit 2c9efd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -91241,8 +91241,8 @@ <h6 id=parsing-main-inselect><span class=secno>12.2.5.4.16 </span>The "<dfn titl
<ol><li><p>Initialize <var title="">node</var> to be the <a href=#current-node>current node</a> (the bottommost
node of the stack).</li>

<li><p>If <var title="">node</var> is not an element with the same tag name as the token, then
this is a <a href=#parse-error>parse error</a>.</li>
<li><p>If <var title="">node</var>'s tag name, <a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>, is
not the same as the tag name of the token, then this is a <a href=#parse-error>parse error</a>.</li>

<li><p><i>Loop</i>: If <var title="">node</var> is the topmost element in the <a href=#stack-of-open-elements>stack of
open elements</a>, abort these steps. (<a href=#fragment-case>fragment case</a>)</li>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -91241,8 +91241,8 @@ document.body.appendChild(text);
<ol><li><p>Initialize <var title="">node</var> to be the <a href=#current-node>current node</a> (the bottommost
node of the stack).</li>

<li><p>If <var title="">node</var> is not an element with the same tag name as the token, then
this is a <a href=#parse-error>parse error</a>.</li>
<li><p>If <var title="">node</var>'s tag name, <a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>, is
not the same as the tag name of the token, then this is a <a href=#parse-error>parse error</a>.</li>

<li><p><i>Loop</i>: If <var title="">node</var> is the topmost element in the <a href=#stack-of-open-elements>stack of
open elements</a>, abort these steps. (<a href=#fragment-case>fragment case</a>)</li>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -102086,8 +102086,8 @@ document.body.appendChild(text);
<li><p>Initialize <var title="">node</var> to be the <span>current node</span> (the bottommost
node of the stack).</p></li>

<li><p>If <var title="">node</var> is not an element with the same tag name as the token, then
this is a <span>parse error</span>.</p></li>
<li><p>If <var title="">node</var>'s tag name, <span>converted to ASCII lowercase</span>, is
not the same as the tag name of the token, then this is a <span>parse error</span>.</p></li>

<li><p><i>Loop</i>: If <var title="">node</var> is the topmost element in the <span>stack of
open elements</span>, abort these steps. (<span>fragment case</span>)</p></li>
Expand Down

0 comments on commit 2c9efd3

Please sign in to comment.