[html5] r4174 - [e] (0) Correct case of various microdata attributes. Fixing http://www.w3.org/B [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 18 17:03:51 PDT 2009


Author: ianh
Date: 2009-10-18 17:03:48 -0700 (Sun, 18 Oct 2009)
New Revision: 4174

Modified:
   complete.html
   index
   source
Log:
[e] (0) Correct case of various microdata attributes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7794

Modified: complete.html
===================================================================
--- complete.html	2009-10-18 23:59:01 UTC (rev 4173)
+++ complete.html	2009-10-19 00:03:48 UTC (rev 4174)
@@ -11801,7 +11801,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmlitemrefelement>HTMLItemRefElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-           attribute DOMString <a href=#dom-itemref-refid title=dom-itemref-refid>refid</a>;
+           attribute DOMString <a href=#dom-itemref-refid title=dom-itemref-refId>refId</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href=#itemref>itemref</a></code> element is used to include by reference
@@ -11819,9 +11819,8 @@
 
   <div class=impl>
 
-  <p>The <dfn id=dom-itemref-refid title=dom-itemref-refid><code>refid</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name.</p>
+  <p>The <dfn id=dom-itemref-refid title=dom-itemref-refId><code>refId</code></dfn> IDL
+  attribute must <a href=#reflect>reflect</a> the <code title=attr-itemref-refid><a href=#attr-itemref-refid>refid</a></code> content attribute.</p>
 
   </div>
 
@@ -44915,8 +44914,8 @@
    first element in the document whose <a href=#concept-id title=concept-id>ID</a> matches the value of <var title="">current</var>'s <code title=attr-itemref-refid><a href=#attr-itemref-refid>refid</a></code> attribute onto <var title="">queue</var> (so that it will be the next element to be
    popped from <var title="">queue</var>).</li>
 
-   <li><p>Otherwise, if <var title="">current</var> is not a
-   <code>refid</code> element, and <var title="">current</var> does
+   <li><p>Otherwise, if <var title="">current</var> is not an
+   <code><a href=#itemref>itemref</a></code> element, and <var title="">current</var> does
    not have an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code>
    attribute, and <var title="">current</var> is an element with child
    elements, then: push all the child elements of <var title="">current</var> onto <var title="">queue</var>, in
@@ -45044,9 +45043,15 @@
   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
-  <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the respective
-  content attributes of the same name.</p>
+  <p>The <dfn id=dom-itemscope title=dom-itemScope><code>itemScope</code></dfn> IDL
+  attribute on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a>
+  the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> content attribute.
+  The <dfn id=dom-itemtype title=dom-itemType><code>itemType</code></dfn> IDL
+  attribute on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a>
+  the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> content attribute.
+  The <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn> IDL attribute
+  on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> content attribute.  The <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attribute on
+  <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> content attribute.</p>
 
   <p>The <dfn id=dom-properties title=dom-properties><code>properties</code></dfn> IDL
   attribute on <a href=#html-elements>HTML elements</a> must return an

Modified: index
===================================================================
--- index	2009-10-18 23:59:01 UTC (rev 4173)
+++ index	2009-10-19 00:03:48 UTC (rev 4174)
@@ -11630,7 +11630,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmlitemrefelement>HTMLItemRefElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-           attribute DOMString <a href=#dom-itemref-refid title=dom-itemref-refid>refid</a>;
+           attribute DOMString <a href=#dom-itemref-refid title=dom-itemref-refId>refId</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href=#itemref>itemref</a></code> element is used to include by reference
@@ -11648,9 +11648,8 @@
 
   <div class=impl>
 
-  <p>The <dfn id=dom-itemref-refid title=dom-itemref-refid><code>refid</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name.</p>
+  <p>The <dfn id=dom-itemref-refid title=dom-itemref-refId><code>refId</code></dfn> IDL
+  attribute must <a href=#reflect>reflect</a> the <code title=attr-itemref-refid><a href=#attr-itemref-refid>refid</a></code> content attribute.</p>
 
   </div>
 
@@ -44744,8 +44743,8 @@
    first element in the document whose <a href=#concept-id title=concept-id>ID</a> matches the value of <var title="">current</var>'s <code title=attr-itemref-refid><a href=#attr-itemref-refid>refid</a></code> attribute onto <var title="">queue</var> (so that it will be the next element to be
    popped from <var title="">queue</var>).</li>
 
-   <li><p>Otherwise, if <var title="">current</var> is not a
-   <code>refid</code> element, and <var title="">current</var> does
+   <li><p>Otherwise, if <var title="">current</var> is not an
+   <code><a href=#itemref>itemref</a></code> element, and <var title="">current</var> does
    not have an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code>
    attribute, and <var title="">current</var> is an element with child
    elements, then: push all the child elements of <var title="">current</var> onto <var title="">queue</var>, in
@@ -44873,9 +44872,15 @@
   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
-  <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the respective
-  content attributes of the same name.</p>
+  <p>The <dfn id=dom-itemscope title=dom-itemScope><code>itemScope</code></dfn> IDL
+  attribute on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a>
+  the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> content attribute.
+  The <dfn id=dom-itemtype title=dom-itemType><code>itemType</code></dfn> IDL
+  attribute on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a>
+  the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> content attribute.
+  The <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn> IDL attribute
+  on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> content attribute.  The <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attribute on
+  <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> content attribute.</p>
 
   <p>The <dfn id=dom-properties title=dom-properties><code>properties</code></dfn> IDL
   attribute on <a href=#html-elements>HTML elements</a> must return an

Modified: source
===================================================================
--- source	2009-10-18 23:59:01 UTC (rev 4173)
+++ source	2009-10-19 00:03:48 UTC (rev 4174)
@@ -12284,7 +12284,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLItemRefElement</dfn> : <span>HTMLElement</span> {
-           attribute DOMString <span title="dom-itemref-refid">refid</span>;
+           attribute DOMString <span title="dom-itemref-refId">refId</span>;
 };</pre>
    </dd>
   </dl>
@@ -12305,9 +12305,9 @@
 
   <div class="impl">
 
-  <p>The <dfn title="dom-itemref-refid"><code>refid</code></dfn> IDL
-  attribute must <span>reflect</span> the content attribute of the
-  same name.</p>
+  <p>The <dfn title="dom-itemref-refId"><code>refId</code></dfn> IDL
+  attribute must <span>reflect</span> the <code
+  title="attr-itemref-refid">refid</code> content attribute.</p>
 
   </div>
 
@@ -49986,8 +49986,8 @@
    title="">queue</var> (so that it will be the next element to be
    popped from <var title="">queue</var>).</p></li>
 
-   <li><p>Otherwise, if <var title="">current</var> is not a
-   <code>refid</code> element, and <var title="">current</var> does
+   <li><p>Otherwise, if <var title="">current</var> is not an
+   <code>itemref</code> element, and <var title="">current</var> does
    not have an <code title="attr-itemscope">itemscope</code>
    attribute, and <var title="">current</var> is an element with child
    elements, then: push all the child elements of <var
@@ -50135,12 +50135,18 @@
   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
-  <span>HTML elements</span> must <span>reflect</span> the respective
-  content attributes of the same name.</p>
+  <p>The <dfn title="dom-itemScope"><code>itemScope</code></dfn> IDL
+  attribute on <span>HTML elements</span> must <span>reflect</span>
+  the <code title="attr-itemscope">itemscope</code> content attribute.
+  The <dfn title="dom-itemType"><code>itemType</code></dfn> IDL
+  attribute on <span>HTML elements</span> must <span>reflect</span>
+  the <code title="attr-itemtype">itemtype</code> content attribute.
+  The <dfn title="dom-itemId"><code>itemId</code></dfn> IDL attribute
+  on <span>HTML elements</span> must <span>reflect</span> the <code
+  title="attr-itemid">itemid</code> content attribute.  The <dfn
+  title="dom-itemProp"><code>itemProp</code></dfn> IDL attribute on
+  <span>HTML elements</span> must <span>reflect</span> the <code
+  title="attr-itemprop">itemprop</code> content attribute.</p>
 
   <p>The <dfn title="dom-properties"><code>properties</code></dfn> IDL
   attribute on <span>HTML elements</span> must return an




More information about the Commit-Watchers mailing list