[html5] r7871 - [giow] (3) <menuitem> parsing bug Fixing https://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue May 28 15:57:16 PDT 2013


Author: ianh
Date: 2013-05-28 15:57:15 -0700 (Tue, 28 May 2013)
New Revision: 7871

Modified:
   complete.html
   index
   source
Log:
[giow] (3) <menuitem> parsing bug
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22025
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-05-28 22:46:59 UTC (rev 7870)
+++ complete.html	2013-05-28 22:57:15 UTC (rev 7871)
@@ -88546,8 +88546,7 @@
    </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>
@@ -89382,7 +89381,7 @@
 
    </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

Modified: index
===================================================================
--- index	2013-05-28 22:46:59 UTC (rev 7870)
+++ index	2013-05-28 22:57:15 UTC (rev 7871)
@@ -88546,8 +88546,7 @@
    </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>
@@ -89382,7 +89381,7 @@
 
    </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

Modified: source
===================================================================
--- source	2013-05-28 22:46:59 UTC (rev 7870)
+++ source	2013-05-28 22:57:15 UTC (rev 7871)
@@ -99136,8 +99136,7 @@
    </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
@@ -100044,7 +100043,7 @@
 
    </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




More information about the Commit-Watchers mailing list