- From: poot <cvsmail@w3.org>
- Date: Sun, 4 Apr 2010 18:10:03 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: More obsolete features I'd missed. Starting to really regret ever starting down this rabbit hole... (whatwg r4967) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3988&r2=1.3989&f=h http://html5.org/tools/web-apps-tracker?from=4966&to=4967 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3988 retrieving revision 1.3989 diff -u -d -r1.3988 -r1.3989 --- Overview.html 4 Apr 2010 08:56:51 -0000 1.3988 +++ Overview.html 4 Apr 2010 09:09:52 -0000 1.3989 @@ -62602,10 +62602,14 @@ <dt><dfn id="attr-hx-align" title="attr-hx-align"><code>align</code></dfn> on <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>—<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements</dt> <dt><dfn id="attr-iframe-align" title="attr-iframe-align"><code>align</code></dfn> on <code><a href="#the-iframe-element">iframe</a></code> elements</dt> <dt><dfn id="attr-iframe-frameborder" title="attr-iframe-frameborder"><code>frameborder</code></dfn> on <code><a href="#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-hspace" title="attr-iframe-hspace"><code>hspace</code></dfn> on <code><a href="#the-iframe-element">iframe</a></code> elements</dt> <dt><dfn id="attr-iframe-marginheight" title="attr-iframe-marginheight"><code>marginheight</code></dfn> on <code><a href="#the-iframe-element">iframe</a></code> elements</dt> <dt><dfn id="attr-iframe-marginwidth" title="attr-iframe-marginwidth"><code>marginwidth</code></dfn> on <code><a href="#the-iframe-element">iframe</a></code> elements</dt> <dt><dfn id="attr-iframe-scrolling" title="attr-iframe-scrolling"><code>scrolling</code></dfn> on <code><a href="#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-vspace" title="attr-iframe-vspace"><code>vspace</code></dfn> on <code><a href="#the-iframe-element">iframe</a></code> elements</dt> <dt><dfn id="attr-input-align" title="attr-input-align"><code>align</code></dfn> on <code><a href="#the-input-element">input</a></code> elements</dt> + <dt><dfn id="attr-input-hspace" title="attr-input-hspace"><code>hspace</code></dfn> on <code><a href="#the-input-element">input</a></code> elements</dt> + <dt><dfn id="attr-input-vspace" title="attr-input-vspace"><code>vspace</code></dfn> on <code><a href="#the-input-element">input</a></code> elements</dt> <dt><dfn id="attr-img-align" title="attr-img-align"><code>align</code></dfn> on <code><a href="#the-img-element">img</a></code> elements</dt> <dt><dfn id="attr-img-border" title="attr-img-border"><code>border</code></dfn> on <code><a href="#the-img-element">img</a></code> elements (except as noted in the previous section)</dt> <dt><dfn id="attr-img-hspace" title="attr-img-hspace"><code>hspace</code></dfn> on <code><a href="#the-img-element">img</a></code> elements</dt>
Received on Sunday, 4 April 2010 09:10:31 UTC