- From: poot <cvsmail@w3.org>
- Date: Mon, 19 Oct 2009 08:51:48 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Correct case of various microdata attributes. (whatwg r4174) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3320&r2=1.3321&f=h http://html5.org/tools/web-apps-tracker?from=4173&to=4174 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3320 retrieving revision 1.3321 diff -u -d -r1.3320 -r1.3321 --- Overview.html 18 Oct 2009 23:46:46 -0000 1.3320 +++ Overview.html 18 Oct 2009 23:51:32 -0000 1.3321 @@ -10327,7 +10327,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 @@ -10339,9 +10339,8 @@ element.<p class="note">This element is described in more detail as part of the <a href="#microdata">microdata</a> model.<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><h4 id="the-style-element"><span class="secno">4.2.7 </span>The <dfn><code>style</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt> <dd><a href="#metadata-content">Metadata content</a>.</dd> @@ -39963,8 +39962,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 @@ -40070,9 +40069,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
Received on Sunday, 18 October 2009 23:52:20 UTC