[html5] r1316 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 2 19:01:04 PST 2008


Author: ianh
Date: 2008-03-02 19:01:00 -0800 (Sun, 02 Mar 2008)
New Revision: 1316

Modified:
   index
   source
Log:
[act] (2) Remove a redundant entry in the parser; make base, link, and meta elements get popped correctly.

Modified: index
===================================================================
--- index	2008-03-03 02:57:08 UTC (rev 1315)
+++ index	2008-03-03 03:01:00 UTC (rev 1316)
@@ -41479,18 +41479,6 @@
     <p>Change the <a href="#insertion0">insertion mode</a> to "<a
      href="#in-head" title="insertion mode: in head">in head</a>".</p>
 
-   <dt>A start tag token whose tag name is one of: "base", "link", "meta",
-    "script", "style", "title"
-
-   <dd>
-    <p>Act as if a start tag token with the tag name "head" and no attributes
-     had been seen, then reprocess the current token.</p>
-
-    <p class=note>This will result in a <code><a href="#head">head</a></code>
-     element being generated, and with the current token being reprocessed in
-     the "<a href="#in-head" title="insertion mode: in head">in head</a>" <a
-     href="#insertion0">insertion mode</a>.</p>
-
    <dt>An end tag whose tag name is one of: "head", "body", "html", "p", "br"
 
    <dd>
@@ -41562,13 +41550,17 @@
 
    <dd>
     <p><a href="#insert" title="insert an html element">Insert an HTML
-     element</a> for the token.</p>
+     element</a> for the token. Immediately pop the <a
+     href="#current4">current node</a> off the <a href="#stack">stack of open
+     elements</a>.</p>
 
    <dt>A start tag whose tag name is "meta"
 
    <dd>
     <p><a href="#insert" title="insert an html element">Insert an HTML
-     element</a> for the token.</p>
+     element</a> for the token. Immediately pop the <a
+     href="#current4">current node</a> off the <a href="#stack">stack of open
+     elements</a>.</p>
 
     <p id=meta-charset-during-parse>If the element has a <code
      title=attr-meta-charset><a href="#charset0">charset</a></code>

Modified: source
===================================================================
--- source	2008-03-03 02:57:08 UTC (rev 1315)
+++ source	2008-03-03 03:01:00 UTC (rev 1316)
@@ -38584,22 +38584,6 @@
 
    </dd>
 
-   <dt>A start tag token whose tag name is one of: "base", "link",
-   "meta", "script", "style", "title"</dt>
-
-   <dd>
-
-    <p>Act as if a start tag token with the tag name "head" and no
-    attributes had been seen, then reprocess the current
-    token.</p>
-
-    <p class="note">This will result in a <code>head</code>
-    element being generated, and with the current token being
-    reprocessed in the "<span title="insertion mode: in head">in
-    head</span>" <span>insertion mode</span>.</p>
-
-   </dd>
-
    <dt>An end tag whose tag name is one of: "head", "body", "html", "p", "br"</dt>
    <dd>
 
@@ -38680,13 +38664,17 @@
    <dt>A start tag whose tag name is one of: "base", "link"</dt>
    <dd>
     <p><span title="insert an html element">Insert an HTML
-    element</span> for the token.</p>
+    element</span> for the token. Immediately pop the
+    <span>current node</span> off the <span>stack of open
+    elements</span>.</p>
    </dd>
 
    <dt>A start tag whose tag name is "meta"</dt>
    <dd>
     <p><span title="insert an html element">Insert an HTML
-    element</span> for the token.</p>
+    element</span> for the token. Immediately pop the
+    <span>current node</span> off the <span>stack of open
+    elements</span>.</p>
 
     <p id="meta-charset-during-parse">If the element has a <code
     title="attr-meta-charset">charset</code> attribute, and its




More information about the Commit-Watchers mailing list