[html5] r4233 - [e] (0) Include more obsolete features. Fixing http://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 23:45:07 PDT 2009


Author: ianh
Date: 2009-10-20 23:45:03 -0700 (Tue, 20 Oct 2009)
New Revision: 4233

Modified:
   complete.html
   index
   source
Log:
[e] (0) Include more obsolete features.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7898

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 06:33:06 UTC (rev 4232)
+++ complete.html	2009-10-21 06:45:03 UTC (rev 4233)
@@ -81906,12 +81906,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>
@@ -81936,16 +81942,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>

Modified: index
===================================================================
--- index	2009-10-21 06:33:06 UTC (rev 4232)
+++ index	2009-10-21 06:45:03 UTC (rev 4233)
@@ -72969,12 +72969,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>
@@ -72999,16 +73005,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>

Modified: source
===================================================================
--- source	2009-10-21 06:33:06 UTC (rev 4232)
+++ source	2009-10-21 06:45:03 UTC (rev 4233)
@@ -89816,12 +89816,18 @@
    <dt><dfn><code>xmp</code></dfn></dt>
    <dd><p>Use <code>pre</code> and <code>code</code> instead.</p></dd>
 
+   <dt><dfn><code>nextid</code></dfn></dt>
+   <dd><p>Use GUIDs instead.</p></dd>
+
    <dt><dfn><code>noembed</code></dfn></dt>
    <dd><p>Use <code>object</code> instead of <code>embed</code> when fallback is necessary.</p></dd>
 
    <dt><dfn><code>plaintext</code></dfn></dt>
    <dd><p>Use the "<code>text/plain</code>" <span>MIME type</span> instead.</p></dd>
 
+   <dt><dfn><code>rb</code></dfn></dt>
+   <dd><p>Providing the ruby base directly inside the <code>ruby</code> element is sufficient; the <code>rb</code> element is unnecessary. Omit it altogether.</p></dd>
+
    <dt><dfn><code>basefont</code></dfn></dt>
    <dt><dfn><code>big</code></dfn></dt>
    <dt><dfn><code>blink</code></dfn></dt>
@@ -89852,6 +89858,14 @@
    <dt><dfn title="attr-a-shape"><code>shape</code></dfn> on <code>a</code> elements</dt>
    <dd><p>Use <code>area</code> instead of <code>a</code> for image maps.</p></dd>
 
+   <dt><dfn title="attr-a-methods"><code>methods</code></dfn> on <code>a</code> elements</dt>
+   <dd><p>Use the HTTP OPTIONS feature instead.</p></dd>
+
+   <dt><dfn title="attr-a-name"><code>name</code></dfn> on <code>a</code> elements (except as noted in the previous section)</dt>
+   <dt><dfn title="attr-embed-name"><code>name</code></dfn> on <code>embed</code> elements</dt>
+   <dt><dfn title="attr-img-name"><code>name</code></dfn> on <code>img</code> elements</dt>
+   <dd><p>Use the <code title="attr-id">id</code> attribute instead.</p></dd>
+
    <dt><dfn title="attr-a-rev"><code>rev</code></dfn> on <code>a</code> elements</dt>
    <dt><dfn title="attr-link-rev"><code>rev</code></dfn> on <code>link</code> elements</dt>
    <dd><p>Use the <code title="attr-hyperlink-rel">rel</code>
@@ -89859,10 +89873,8 @@
    <code title="">rev="made"</code>, use <code
    title="">rel="author"</code>.)</p></dd>
 
-   <dt><dfn title="attr-a-name"><code>name</code></dfn> on <code>a</code> elements (except as noted in the previous section)</dt>
-   <dt><dfn title="attr-embed-name"><code>name</code></dfn> on <code>embed</code> elements</dt>
-   <dt><dfn title="attr-img-name"><code>name</code></dfn> on <code>img</code> elements</dt>
-   <dd><p>Use the <code title="attr-id">id</code> attribute instead.</p></dd>
+   <dt><dfn title="attr-a-urn"><code>urn</code></dfn> on <code>a</code> elements</dt>
+   <dd><p>Specify the preferred persistent identifier using the <code title="attr-href">href</code> attribute instead.</p></dd>
 
    <dt><dfn title="attr-area-nohref"><code>nohref</code></dfn> on <code>area</code> elements</dt>
    <dd><p>Omitting the <code title="attr-hyperlink-href">href</code>




More information about the Commit-Watchers mailing list