- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 04:51:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22905 Modified Files: Overview.html Log Message: Mention more obsolete attributes. (whatwg r4880) Index: Overview.html =================================================================== 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:51:37 UTC