- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Mar 2012 12:13:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv3723
Modified Files:
Overview.src.html
Log Message:
relList
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- Overview.src.html 6 Mar 2012 12:08:05 -0000 1.165
+++ Overview.src.html 6 Mar 2012 12:13:13 -0000 1.166
@@ -2225,12 +2225,7 @@
title=dom-className>className</code>. The object it returns, exposes
methods (<code>contains()</code>, <code>add()</code>,
<code>remove()</code>, and <code>toggle()</code>) for manipulating the
- element's classes. The <code data-anolis-spec=html>a</code>, <code
- data-anolis-spec=html>area</code> and <code
- data-anolis-spec=html>link</code> elements have a similar attribute called
- <code data-anolis-spec=html title=dom-link-rellist>relList</code> that
- provides the same functionality for the <code data-anolis-spec=html
- title=attr-link-rel>rel</code> attribute.
+ element's classes.
<li><p><code data-anolis-spec=html title=dom-dataset>dataset</code> is a
convenience feature for handling the <code data-anolis-spec=html
@@ -2293,7 +2288,7 @@
data-anolis-spec=html>HTMLStyleElement</code> now implement the
<code>LinkStyle</code> interface from CSSOM. <span
data-anolis-ref>CSSOM</span>
-
+
<li><p><code data-anolis-spec=html>HTMLFormElement</code> now has a named
getter and an indexed getter.
@@ -2367,7 +2362,7 @@
title=dom-a-port>port</code>, <code data-anolis-spec=html
title=dom-a-pathname>pathname</code>, <code data-anolis-spec=html
title=dom-a-search>search</code> and <code data-anolis-spec=html
- title=dom-a-hash>hash</code>.
+ title=dom-a-hash>hash</code>. <code data-anolis-spec=html>HTMLLinkElement</code> and <code data-anolis-spec=html>HTMLAreaElement</code> also have the <code data-anolis-spec=html title=dom-link-relList>relList</code> IDL attribute.
<li><p><code data-anolis-spec=html>HTMLImageElement</code> now has a
constructor <code data-anolis-spec=html title=dom-Image>Image</code>, the
Received on Tuesday, 6 March 2012 12:13:24 UTC