[html5] r4880 - [c] (0) Mention more obsolete attributes. Fixing http://www.w3.org/Bugs/Public/s [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 28 21:51:28 PDT 2010


Author: ianh
Date: 2010-03-28 21:51:26 -0700 (Sun, 28 Mar 2010)
New Revision: 4880

Modified:
   complete.html
   index
   source
Log:
[c] (0) Mention more obsolete attributes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9104

Modified: complete.html
===================================================================
--- complete.html	2010-03-29 04:46:08 UTC (rev 4879)
+++ complete.html	2010-03-29 04:51:26 UTC (rev 4880)
@@ -86190,6 +86190,7 @@
    <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>
+   <dt><dfn id=attr-link-methods title=attr-link-methods><code>methods</code></dfn> on <code><a href=#the-link-element>link</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>
@@ -86204,6 +86205,7 @@
    <code title="">rev="made"</code>, use <code title="">rel="author"</code>.)</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>
+   <dt><dfn id=attr-link-urn title=attr-link-urn><code>urn</code></dfn> on <code><a href=#the-link-element>link</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>

Modified: index
===================================================================
--- index	2010-03-29 04:46:08 UTC (rev 4879)
+++ index	2010-03-29 04:51:26 UTC (rev 4880)
@@ -79463,6 +79463,7 @@
    <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>
+   <dt><dfn id=attr-link-methods title=attr-link-methods><code>methods</code></dfn> on <code><a href=#the-link-element>link</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>
@@ -79477,6 +79478,7 @@
    <code title="">rev="made"</code>, use <code title="">rel="author"</code>.)</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>
+   <dt><dfn id=attr-link-urn title=attr-link-urn><code>urn</code></dfn> on <code><a href=#the-link-element>link</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>

Modified: source
===================================================================
--- source	2010-03-29 04:46:08 UTC (rev 4879)
+++ source	2010-03-29 04:51:26 UTC (rev 4880)
@@ -95726,6 +95726,7 @@
    <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>
+   <dt><dfn title="attr-link-methods"><code>methods</code></dfn> on <code>link</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>
@@ -95741,6 +95742,7 @@
    title="">rel="author"</code>.)</p></dd>
 
    <dt><dfn title="attr-a-urn"><code>urn</code></dfn> on <code>a</code> elements</dt>
+   <dt><dfn title="attr-link-urn"><code>urn</code></dfn> on <code>link</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>




More information about the Commit-Watchers mailing list