HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4265

SVNBugCommentTime (UTC)
42657988[Conformance Checkers] [Tools] Transition <spacer> to the dustbin of history.2009-10-21 12:22
Index: source
===================================================================
--- source	(revision 4264)
+++ source	(revision 4265)
@@ -79232,10 +79232,10 @@
    <code>noframes</code>, <code>noscript</code>, <code>ol</code>,
    <code>p</code>, <code>param</code>, <code>plaintext</code>,
    <code>pre</code>, <code>script</code>, <code>section</code>,
-   <code>select</code>, <code>spacer</code>, <code>style</code>,
-   <code>tbody</code>, <code>textarea</code>, <code>tfoot</code>,
-   <code>thead</code>, <code>title</code>, <code>tr</code>,
-   <code>ul</code>, <code>wbr</code>, and <code>xmp</code>.</p></dd>
+   <code>select</code>, <code>style</code>, <code>tbody</code>,
+   <code>textarea</code>, <code>tfoot</code>, <code>thead</code>,
+   <code>title</code>, <code>tr</code>, <code>ul</code>,
+   <code>wbr</code>, and <code>xmp</code>.</p></dd>
 
    <dt><dfn>Scoping</dfn></dt>
    <dd><p>The following HTML elements introduce new <span title="has
@@ -83838,8 +83838,7 @@
    </dd>
 
    <dt>A start tag whose tag name is one of: "area", "basefont",
-   "bgsound", "br", "embed", "img", "input", "keygen", "spacer",
-   "wbr"</dt>
+   "bgsound", "br", "embed", "img", "input", "keygen", "wbr"</dt>
    <dd>
 
     <p><span>Reconstruct the active formatting elements</span>, if
@@ -83853,8 +83852,7 @@
     token's <i>self-closing flag</i></span>, if it is set.</p>
 
     <p>Set the <span>frameset-ok flag</span> to "not ok".</p> <!--
-    shouldn't really do it for <area>, <basefont>, <bgsound>, and
-    <spacer> -->
+    shouldn't really do it for <area>, <basefont>, and <bgsound> -->
 
    </dd>
 
@@ -84179,8 +84177,8 @@
    <!--<dt>An end tag whose tag name is one of: "area", "base",
    "basefont", "bgsound", "command", "embed", "hr", "iframe", "image",
    "img", "input", "isindex", "keygen", "link", "meta", "noembed",
-   "noframes", "param", "script", "select", "source", "spacer",
-   "style", "table", "textarea", "title", "wbr"</dt>-->
+   "noframes", "param", "script", "select", "source", "style",
+   "table", "textarea", "title", "wbr"</dt>-->
    <!--<dt>An end tag whose tag name is "noscript", if the
    <span>scripting flag</span> is enabled</dt>-->
    <dd>
@@ -86409,12 +86407,12 @@
         <code>bgsound</code>, <code>br</code>, <code>col</code>,
         <code>embed</code>, <code>frame</code>, <code>hr</code>,
         <code>img</code>, <code>input</code>, <code>keygen</code>,
-        <code>link</code>, <code>meta</code>, <code>param</code>,
-        <code>spacer</code>, or <code>wbr</code> element, then
-        continue on to the next child node at this point.</p> <!--
-        also, i guess: image and isindex, but we don't list those
-        because we don't consider those "elements", more "macros", and
-        thus we should never serialize them -->
+        <code>link</code>, <code>meta</code>, <code>param</code>, or
+        <code>wbr</code> element, then continue on to the next child
+        node at this point.</p> <!-- also, i guess: image and isindex,
+        but we don't list those because we don't consider those
+        "elements", more "macros", and thus we should never serialize
+        them -->
 
         <p>If <var title="">current node</var> is a <code>pre</code>,
         <code>textarea</code>, or <code>listing</code> element, append

|