Skip to content

Commit

Permalink
[agiow] (2) Make the microdata DOM API more consistent with other API…
Browse files Browse the repository at this point in the history
…s. (camelCase)

git-svn-id: http://svn.whatwg.org/webapps@4139 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 14, 2009
1 parent 308f91f commit 01c0d23
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -7721,10 +7721,10 @@ <h4 id=elements-in-the-dom><span class=secno>3.2.2 </span>Elements in the DOM</h
readonly attribute <a href=#domstringmap>DOMStringMap</a> <a href=#dom-dataset title=dom-dataset>dataset</a>;

// <a href=#microdata>microdata</a>
attribute boolean <a href=#dom-itemscope title=dom-itemscope>itemscope</a>;
attribute DOMString <a href=#dom-itemtype title=dom-itemtype>itemtype</a>;
attribute DOMString <a href=#dom-itemid title=dom-itemid>itemid</a>;
[PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-itemprop title=dom-itemprop>itemprop</a>;
attribute boolean <a href=#dom-itemscope title=dom-itemScope>itemScope</a>;
attribute DOMString <a href=#dom-itemtype title=dom-itemType>itemType</a>;
attribute DOMString <a href=#dom-itemid title=dom-itemId>itemId</a>;
[PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-itemprop title=dom-itemProp>itemProp</a>;
readonly attribute <a href=#htmlpropertycollection>HTMLPropertyCollection</a> <a href=#dom-properties title=dom-properties>properties</a>;
attribute DOMString <a href=#dom-content title=dom-content>content</a>;

Expand Down Expand Up @@ -44427,11 +44427,11 @@ <h4 id=using-the-microdata-dom-api><span class=secno>5.1.6 </span>Using the micr

<p>Each <a href=#concept-item title=concept-item>item</a> is represented in the
DOM by the element on which the relevant <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute is found. These
elements have their <code title=dom-itemscope><a href=#dom-itemscope>element.itemscope</a></code> IDL attribute set to
elements have their <code title=dom-itemScope><a href=#dom-itemscope>element.itemScope</a></code> IDL attribute set to
true.</p>

<p>The type of <a href=#concept-item title=concept-item>items</a> can be
obtained using the <code title=dom-itemtype><a href=#dom-itemtype>element.itemtype</a></code> IDL attribute on the
obtained using the <code title=dom-itemType><a href=#dom-itemtype>element.itemType</a></code> IDL attribute on the
element with the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code>
attribute.</p>

Expand Down Expand Up @@ -44935,7 +44935,7 @@ <h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>
containing all the <a href=#top-level-microdata-items>top-level microdata items</a> in the
document.</p>

<p>The <dfn id=dom-itemscope title=dom-itemscope><code>itemscope</code></dfn>, <dfn id=dom-itemtype title=dom-itemtype><code>itemtype</code></dfn>, <dfn id=dom-itemid title=dom-itemid><code>itemid</code></dfn>, and <dfn id=dom-itemprop title=dom-itemprop><code>itemprop</code></dfn> IDL attributes on
<p>The <dfn id=dom-itemscope title=dom-itemScope><code>itemScope</code></dfn>, <dfn id=dom-itemtype title=dom-itemType><code>itemType</code></dfn>, <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn>, and <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attributes on
<a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the respective
content attributes of the same name.</p>

Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -7550,10 +7550,10 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
readonly attribute <a href=#domstringmap>DOMStringMap</a> <a href=#dom-dataset title=dom-dataset>dataset</a>;

// <a href=#microdata>microdata</a>
attribute boolean <a href=#dom-itemscope title=dom-itemscope>itemscope</a>;
attribute DOMString <a href=#dom-itemtype title=dom-itemtype>itemtype</a>;
attribute DOMString <a href=#dom-itemid title=dom-itemid>itemid</a>;
[PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-itemprop title=dom-itemprop>itemprop</a>;
attribute boolean <a href=#dom-itemscope title=dom-itemScope>itemScope</a>;
attribute DOMString <a href=#dom-itemtype title=dom-itemType>itemType</a>;
attribute DOMString <a href=#dom-itemid title=dom-itemId>itemId</a>;
[PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-itemprop title=dom-itemProp>itemProp</a>;
readonly attribute <a href=#htmlpropertycollection>HTMLPropertyCollection</a> <a href=#dom-properties title=dom-properties>properties</a>;
attribute DOMString <a href=#dom-content title=dom-content>content</a>;

Expand Down Expand Up @@ -44256,11 +44256,11 @@ contradict people?

<p>Each <a href=#concept-item title=concept-item>item</a> is represented in the
DOM by the element on which the relevant <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute is found. These
elements have their <code title=dom-itemscope><a href=#dom-itemscope>element.itemscope</a></code> IDL attribute set to
elements have their <code title=dom-itemScope><a href=#dom-itemscope>element.itemScope</a></code> IDL attribute set to
true.</p>

<p>The type of <a href=#concept-item title=concept-item>items</a> can be
obtained using the <code title=dom-itemtype><a href=#dom-itemtype>element.itemtype</a></code> IDL attribute on the
obtained using the <code title=dom-itemType><a href=#dom-itemtype>element.itemType</a></code> IDL attribute on the
element with the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code>
attribute.</p>

Expand Down Expand Up @@ -44764,7 +44764,7 @@ document.body.appendChild(outer);</pre>
containing all the <a href=#top-level-microdata-items>top-level microdata items</a> in the
document.</p>

<p>The <dfn id=dom-itemscope title=dom-itemscope><code>itemscope</code></dfn>, <dfn id=dom-itemtype title=dom-itemtype><code>itemtype</code></dfn>, <dfn id=dom-itemid title=dom-itemid><code>itemid</code></dfn>, and <dfn id=dom-itemprop title=dom-itemprop><code>itemprop</code></dfn> IDL attributes on
<p>The <dfn id=dom-itemscope title=dom-itemScope><code>itemScope</code></dfn>, <dfn id=dom-itemtype title=dom-itemType><code>itemType</code></dfn>, <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn>, and <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attributes on
<a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the respective
content attributes of the same name.</p>

Expand Down
20 changes: 10 additions & 10 deletions source
Expand Up @@ -7634,10 +7634,10 @@ interface <dfn>HTMLDocument</dfn> {
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>;

Expand Down Expand Up @@ -49437,12 +49437,12 @@ contradict people?
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>

Expand Down Expand Up @@ -50040,10 +50040,10 @@ document.body.appendChild(outer);</pre>
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>

Expand Down

0 comments on commit 01c0d23

Please sign in to comment.