- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 16:17:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Correct text in a domintro that still referred to an 'item'
attribute. (whatwg r4234)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3379&r2=1.3380&f=h
http://html5.org/tools/web-apps-tracker?from=4233&to=4234
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3379
retrieving revision 1.3380
diff -u -d -r1.3379 -r1.3380
--- Overview.html 21 Oct 2009 06:32:20 -0000 1.3379
+++ Overview.html 21 Oct 2009 07:16:49 -0000 1.3380
@@ -40221,9 +40221,9 @@
<dd>
- <p>If the element has an <code title="attr-item">item</code>
- attribute, returns an <code><a href="#htmlpropertycollection">HTMLPropertyCollection</a></code> object
- with all the element's properties. Otherwise, an empty
+ <p>If the element has an <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute, returns an
+ <code><a href="#htmlpropertycollection">HTMLPropertyCollection</a></code> object with all the element's
+ properties. Otherwise, an empty
<code><a href="#htmlpropertycollection">HTMLPropertyCollection</a></code> object.</p>
</dd>
Received on Wednesday, 21 October 2009 07:17:42 UTC