- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 15:32:43 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Include more obsolete features. (whatwg r4233) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3378&r2=1.3379&f=h http://html5.org/tools/web-apps-tracker?from=4232&to=4233 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3378 retrieving revision 1.3379 diff -u -d -r1.3378 -r1.3379 --- Overview.html 21 Oct 2009 06:20:23 -0000 1.3378 +++ Overview.html 21 Oct 2009 06:32:20 -0000 1.3379 @@ -66435,12 +66435,18 @@ <dt><dfn id="xmp"><code>xmp</code></dfn></dt> <dd><p>Use <code><a href="#the-pre-element">pre</a></code> and <code><a href="#the-code-element">code</a></code> instead.</dd> + <dt><dfn id="nextid"><code>nextid</code></dfn></dt> + <dd><p>Use GUIDs instead.</dd> + <dt><dfn id="noembed"><code>noembed</code></dfn></dt> <dd><p>Use <code><a href="#the-object-element">object</a></code> instead of <code><a href="#the-embed-element">embed</a></code> when fallback is necessary.</dd> <dt><dfn id="plaintext"><code>plaintext</code></dfn></dt> <dd><p>Use the "<code>text/plain</code>" <a href="#mime-type">MIME type</a> instead.</dd> + <dt><dfn id="rb"><code>rb</code></dfn></dt> + <dd><p>Providing the ruby base directly inside the <code><a href="#the-ruby-element">ruby</a></code> element is sufficient; the <code><a href="#rb">rb</a></code> element is unnecessary. Omit it altogether.</dd> + <dt><dfn id="basefont"><code>basefont</code></dfn></dt> <dt><dfn id="big"><code>big</code></dfn></dt> <dt><dfn id="blink"><code>blink</code></dfn></dt> @@ -66463,16 +66469,22 @@ <dt><dfn id="attr-a-shape" title="attr-a-shape"><code>shape</code></dfn> on <code><a href="#the-a-element">a</a></code> elements</dt> <dd><p>Use <code><a href="#the-area-element">area</a></code> instead of <code><a href="#the-a-element">a</a></code> for image maps.</dd> + <dt><dfn id="attr-a-methods" title="attr-a-methods"><code>methods</code></dfn> on <code><a href="#the-a-element">a</a></code> elements</dt> + <dd><p>Use the HTTP OPTIONS feature instead.</dd> + + <dt><dfn id="attr-a-name" title="attr-a-name"><code>name</code></dfn> on <code><a href="#the-a-element">a</a></code> elements (except as noted in the previous section)</dt> + <dt><dfn id="attr-embed-name" title="attr-embed-name"><code>name</code></dfn> on <code><a href="#the-embed-element">embed</a></code> elements</dt> + <dt><dfn id="attr-img-name" title="attr-img-name"><code>name</code></dfn> on <code><a href="#the-img-element">img</a></code> elements</dt> + <dd><p>Use the <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute instead.</dd> + <dt><dfn id="attr-a-rev" title="attr-a-rev"><code>rev</code></dfn> on <code><a href="#the-a-element">a</a></code> elements</dt> <dt><dfn id="attr-link-rev" title="attr-link-rev"><code>rev</code></dfn> on <code><a href="#the-link-element">link</a></code> elements</dt> <dd><p>Use the <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> attribute instead, with an opposite term. (For example, instead of <code title="">rev="made"</code>, use <code title="">rel="author"</code>.)</dd> - <dt><dfn id="attr-a-name" title="attr-a-name"><code>name</code></dfn> on <code><a href="#the-a-element">a</a></code> elements (except as noted in the previous section)</dt> - <dt><dfn id="attr-embed-name" title="attr-embed-name"><code>name</code></dfn> on <code><a href="#the-embed-element">embed</a></code> elements</dt> - <dt><dfn id="attr-img-name" title="attr-img-name"><code>name</code></dfn> on <code><a href="#the-img-element">img</a></code> elements</dt> - <dd><p>Use the <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute instead.</dd> + <dt><dfn id="attr-a-urn" title="attr-a-urn"><code>urn</code></dfn> on <code><a href="#the-a-element">a</a></code> elements</dt> + <dd><p>Specify the preferred persistent identifier using the <code title="attr-href">href</code> attribute instead.</dd> <dt><dfn id="attr-area-nohref" title="attr-area-nohref"><code>nohref</code></dfn> on <code><a href="#the-area-element">area</a></code> elements</dt> <dd><p>Omitting the <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>
Received on Wednesday, 21 October 2009 06:33:12 UTC