Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (3) <menuitem> parsing bug
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22025
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7871 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 28, 2013
1 parent 1c1c6b2 commit f4d74dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -88546,8 +88546,7 @@ <h6 id=the-before-head-insertion-mode><span class=secno>12.2.5.4.3 </span>The "<
</dd>

<dt>A start tag token whose tag name is one of: "base", "basefont",
"bgsound", "link", "menuitem", "meta", "noframes", "script",
"style", "title"</dt>
"bgsound", "link", "meta", "noframes", "script", "style", "title"</dt>
<dd>
<p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
mode</a>.</p>
Expand Down Expand Up @@ -89382,7 +89381,7 @@ <h6 id=the-before-head-insertion-mode><span class=secno>12.2.5.4.3 </span>The "<

</dd>

<dt>A start tag whose tag name is one of: "param", "source", "track"</dt>
<dt>A start tag whose tag name is one of: "menuitem", "param", "source", "track"</dt>
<dd>

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token. Immediately
Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -88546,8 +88546,7 @@ document.body.appendChild(text);
</dd>

<dt>A start tag token whose tag name is one of: "base", "basefont",
"bgsound", "link", "menuitem", "meta", "noframes", "script",
"style", "title"</dt>
"bgsound", "link", "meta", "noframes", "script", "style", "title"</dt>
<dd>
<p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
mode</a>.</p>
Expand Down Expand Up @@ -89382,7 +89381,7 @@ document.body.appendChild(text);

</dd>

<dt>A start tag whose tag name is one of: "param", "source", "track"</dt>
<dt>A start tag whose tag name is one of: "menuitem", "param", "source", "track"</dt>
<dd>

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token. Immediately
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -99136,8 +99136,7 @@ document.body.appendChild(text);
</dd>

<dt>A start tag token whose tag name is one of: "base", "basefont",
"bgsound", "link", "menuitem", "meta", "noframes", "script",
"style", "title"</dt>
"bgsound", "link", "meta", "noframes", "script", "style", "title"</dt>
<dd>
<p>Process the token <span>using the rules for</span> the "<span
title="insertion mode: in head">in head</span>" <span>insertion
Expand Down Expand Up @@ -100044,7 +100043,7 @@ document.body.appendChild(text);

</dd>

<dt>A start tag whose tag name is one of: "param", "source", "track"</dt>
<dt>A start tag whose tag name is one of: "menuitem", "param", "source", "track"</dt>
<dd>

<p><span>Insert an HTML element</span> for the token. Immediately
Expand Down

0 comments on commit f4d74dd

Please sign in to comment.