hixie: Mention more obsolete attributes. (whatwg r4880)

hixie: Mention more obsolete attributes. (whatwg r4880)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3906&r2=1.3907&f=h
http://html5.org/tools/web-apps-tracker?from=4879&to=4880

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3906
retrieving revision 1.3907
diff -u -d -r1.3906 -r1.3907
--- Overview.html 29 Mar 2010 04:46:30 -0000 1.3906
+++ Overview.html 29 Mar 2010 04:51:31 -0000 1.3907
@@ -64305,6 +64305,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>
@@ -64319,6 +64320,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>

Received on Monday, 29 March 2010 04:52:16 UTC