Short URL: http://html5.org/r/4139
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4139 | 2009-10-14 11:05 |
Index: source
===================================================================
--- source (revision 4138)
+++ source (revision 4139)
@@ -7634,10 +7634,10 @@
readonly attribute <span>DOMStringMap</span> <span title="dom-dataset">dataset</span>;
// <span>microdata</span>
- attribute boolean <span title="dom-itemscope">itemscope</span>;
- attribute DOMString <span title="dom-itemtype">itemtype</span>;
- attribute DOMString <span title="dom-itemid">itemid</span>;
- [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <span>DOMSettableTokenList</span> <span title="dom-itemprop">itemprop</span>;
+ attribute boolean <span title="dom-itemScope">itemScope</span>;
+ attribute DOMString <span title="dom-itemType">itemType</span>;
+ attribute DOMString <span title="dom-itemId">itemId</span>;
+ [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <span>DOMSettableTokenList</span> <span title="dom-itemProp">itemProp</span>;
readonly attribute <span>HTMLPropertyCollection</span> <span title="dom-properties">properties</span>;
attribute DOMString <span title="dom-content">content</span>;
@@ -49437,12 +49437,12 @@
DOM by the element on which the relevant <code
title="attr-itemscope">itemscope</code> attribute is found. These
elements have their <code
- title="dom-itemscope">element.itemscope</code> IDL attribute set to
+ title="dom-itemScope">element.itemScope</code> IDL attribute set to
true.</p>
<p>The type of <span title="concept-item">items</span> can be
obtained using the <code
- title="dom-itemtype">element.itemtype</code> IDL attribute on the
+ title="dom-itemType">element.itemType</code> IDL attribute on the
element with the <code title="attr-itemscope">itemscope</code>
attribute.</p>
@@ -50040,10 +50040,10 @@
containing all the <span>top-level microdata items</span> in the
document.</p>
- <p>The <dfn title="dom-itemscope"><code>itemscope</code></dfn>, <dfn
- title="dom-itemtype"><code>itemtype</code></dfn>, <dfn
- title="dom-itemid"><code>itemid</code></dfn>, and <dfn
- title="dom-itemprop"><code>itemprop</code></dfn> IDL attributes on
+ <p>The <dfn title="dom-itemScope"><code>itemScope</code></dfn>, <dfn
+ title="dom-itemType"><code>itemType</code></dfn>, <dfn
+ title="dom-itemId"><code>itemId</code></dfn>, and <dfn
+ title="dom-itemProp"><code>itemProp</code></dfn> IDL attributes on
<span>HTML elements</span> must <span>reflect</span> the respective
content attributes of the same name.</p>