- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 12:10:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5519
Modified Files:
Overview.html
Log Message:
Transition <spacer> to the dustbin of history. (whatwg r4265)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3407
retrieving revision 1.3408
diff -u -d -r1.3407 -r1.3408
--- Overview.html 21 Oct 2009 12:08:06 -0000 1.3407
+++ Overview.html 21 Oct 2009 12:10:12 -0000 1.3408
@@ -55106,10 +55106,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
@@ -59141,8 +59141,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
@@ -59156,8 +59155,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>
@@ -59472,8 +59470,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>
@@ -61451,12 +61449,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
Received on Wednesday, 21 October 2009 12:10:19 UTC