[html5] r4265 - [ct] (2) Transition <spacer> to the dustbin of history. Fixing http://www.w3.org [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 05:23:02 PDT 2009


Author: ianh
Date: 2009-10-21 05:22:58 -0700 (Wed, 21 Oct 2009)
New Revision: 4265

Modified:
   complete.html
   index
   source
Log:
[ct] (2) Transition <spacer> to the dustbin of history.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7988

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 12:20:51 UTC (rev 4264)
+++ complete.html	2009-10-21 12:22:58 UTC (rev 4265)
@@ -70400,10 +70400,10 @@
    <code><a href=#noframes>noframes</a></code>, <code><a href=#the-noscript-element>noscript</a></code>, <code><a href=#the-ol-element>ol</a></code>,
    <code><a href=#the-p-element>p</a></code>, <code><a href=#the-param-element>param</a></code>, <code><a href=#plaintext>plaintext</a></code>,
    <code><a href=#the-pre-element>pre</a></code>, <code><a href=#script>script</a></code>, <code><a href=#the-section-element>section</a></code>,
-   <code><a href=#the-select-element>select</a></code>, <code><a href=#spacer>spacer</a></code>, <code><a href=#the-style-element>style</a></code>,
-   <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-textarea-element>textarea</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>,
-   <code><a href=#the-thead-element>thead</a></code>, <code><a href=#the-title-element-0>title</a></code>, <code><a href=#the-tr-element>tr</a></code>,
-   <code><a href=#the-ul-element>ul</a></code>, <code>wbr</code>, and <code><a href=#xmp>xmp</a></code>.</dd>
+   <code><a href=#the-select-element>select</a></code>, <code><a href=#the-style-element>style</a></code>, <code><a href=#the-tbody-element>tbody</a></code>,
+   <code><a href=#the-textarea-element>textarea</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>, <code><a href=#the-thead-element>thead</a></code>,
+   <code><a href=#the-title-element-0>title</a></code>, <code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-ul-element>ul</a></code>,
+   <code>wbr</code>, and <code><a href=#xmp>xmp</a></code>.</dd>
 
    <dt><dfn id=scoping>Scoping</dfn></dt>
    <dd><p>The following HTML elements introduce new <a href=#has-an-element-in-scope title="has
@@ -74441,8 +74441,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><a href=#reconstruct-the-active-formatting-elements>Reconstruct the active formatting elements</a>, if
@@ -74456,8 +74455,7 @@
     token's <i>self-closing flag</i></a>, if it is set.</p>
 
     <p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> 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>
 
@@ -74772,8 +74770,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>
@@ -76760,12 +76758,12 @@
         <code>bgsound</code>, <code><a href=#the-br-element>br</a></code>, <code><a href=#the-col-element>col</a></code>,
         <code><a href=#the-embed-element>embed</a></code>, <code><a href=#frame>frame</a></code>, <code><a href=#the-hr-element>hr</a></code>,
         <code><a href=#the-img-element>img</a></code>, <code><a href=#the-input-element>input</a></code>, <code><a href=#the-keygen-element>keygen</a></code>,
-        <code><a href=#the-link-element>link</a></code>, <code><a href=#meta>meta</a></code>, <code><a href=#the-param-element>param</a></code>,
-        <code><a href=#spacer>spacer</a></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><a href=#the-link-element>link</a></code>, <code><a href=#meta>meta</a></code>, <code><a href=#the-param-element>param</a></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><a href=#the-pre-element>pre</a></code>,
         <code><a href=#the-textarea-element>textarea</a></code>, or <code><a href=#listing>listing</a></code> element, append

Modified: index
===================================================================
--- index	2009-10-21 12:20:51 UTC (rev 4264)
+++ index	2009-10-21 12:22:58 UTC (rev 4265)
@@ -61463,10 +61463,10 @@
    <code><a href=#noframes>noframes</a></code>, <code><a href=#the-noscript-element>noscript</a></code>, <code><a href=#the-ol-element>ol</a></code>,
    <code><a href=#the-p-element>p</a></code>, <code><a href=#the-param-element>param</a></code>, <code><a href=#plaintext>plaintext</a></code>,
    <code><a href=#the-pre-element>pre</a></code>, <code><a href=#script>script</a></code>, <code><a href=#the-section-element>section</a></code>,
-   <code><a href=#the-select-element>select</a></code>, <code><a href=#spacer>spacer</a></code>, <code><a href=#the-style-element>style</a></code>,
-   <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-textarea-element>textarea</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>,
-   <code><a href=#the-thead-element>thead</a></code>, <code><a href=#the-title-element-0>title</a></code>, <code><a href=#the-tr-element>tr</a></code>,
-   <code><a href=#the-ul-element>ul</a></code>, <code>wbr</code>, and <code><a href=#xmp>xmp</a></code>.</dd>
+   <code><a href=#the-select-element>select</a></code>, <code><a href=#the-style-element>style</a></code>, <code><a href=#the-tbody-element>tbody</a></code>,
+   <code><a href=#the-textarea-element>textarea</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>, <code><a href=#the-thead-element>thead</a></code>,
+   <code><a href=#the-title-element-0>title</a></code>, <code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-ul-element>ul</a></code>,
+   <code>wbr</code>, and <code><a href=#xmp>xmp</a></code>.</dd>
 
    <dt><dfn id=scoping>Scoping</dfn></dt>
    <dd><p>The following HTML elements introduce new <a href=#has-an-element-in-scope title="has
@@ -65504,8 +65504,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><a href=#reconstruct-the-active-formatting-elements>Reconstruct the active formatting elements</a>, if
@@ -65519,8 +65518,7 @@
     token's <i>self-closing flag</i></a>, if it is set.</p>
 
     <p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> 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>
 
@@ -65835,8 +65833,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>
@@ -67823,12 +67821,12 @@
         <code>bgsound</code>, <code><a href=#the-br-element>br</a></code>, <code><a href=#the-col-element>col</a></code>,
         <code><a href=#the-embed-element>embed</a></code>, <code><a href=#frame>frame</a></code>, <code><a href=#the-hr-element>hr</a></code>,
         <code><a href=#the-img-element>img</a></code>, <code><a href=#the-input-element>input</a></code>, <code><a href=#the-keygen-element>keygen</a></code>,
-        <code><a href=#the-link-element>link</a></code>, <code><a href=#meta>meta</a></code>, <code><a href=#the-param-element>param</a></code>,
-        <code><a href=#spacer>spacer</a></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><a href=#the-link-element>link</a></code>, <code><a href=#meta>meta</a></code>, <code><a href=#the-param-element>param</a></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><a href=#the-pre-element>pre</a></code>,
         <code><a href=#the-textarea-element>textarea</a></code>, or <code><a href=#listing>listing</a></code> element, append

Modified: source
===================================================================
--- source	2009-10-21 12:20:51 UTC (rev 4264)
+++ source	2009-10-21 12:22:58 UTC (rev 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




More information about the Commit-Watchers mailing list