[html5] r4139 - [agiow] (2) Make the microdata DOM API more consistent with other APIs. (camelCase)

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 14 04:05:04 PDT 2009


Author: ianh
Date: 2009-10-14 04:05:03 -0700 (Wed, 14 Oct 2009)
New Revision: 4139

Modified:
   complete.html
   index
   source
Log:
[agiow] (2) Make the microdata DOM API more consistent with other APIs. (camelCase)

Modified: complete.html
===================================================================
--- complete.html	2009-10-14 10:55:22 UTC (rev 4138)
+++ complete.html	2009-10-14 11:05:03 UTC (rev 4139)
@@ -7721,10 +7721,10 @@
   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>;
 
@@ -44427,11 +44427,11 @@
 
   <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>
 
@@ -44935,7 +44935,7 @@
   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>
 

Modified: index
===================================================================
--- index	2009-10-14 10:55:22 UTC (rev 4138)
+++ index	2009-10-14 11:05:03 UTC (rev 4139)
@@ -7550,10 +7550,10 @@
   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>;
 
@@ -44256,11 +44256,11 @@
 
   <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>
 
@@ -44764,7 +44764,7 @@
   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>
 

Modified: source
===================================================================
--- source	2009-10-14 10:55:22 UTC (rev 4138)
+++ source	2009-10-14 11:05:03 UTC (rev 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>
 




More information about the Commit-Watchers mailing list