- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2011 21:04:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv14324 Modified Files: Overview.html Log Message: Try to clarify that an element with an empty itemprop='' doesn't get listed in the .properties list. (whatwg r6854) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- Overview.html 7 Dec 2011 00:35:57 -0000 1.182 +++ Overview.html 8 Dec 2011 21:04:46 -0000 1.183 @@ -320,7 +320,7 @@ <h1>HTML Microdata</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="editor-s-draft-7-december-2011">Editor's Draft 7 December 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-8-december-2011">Editor's Draft 8 December 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -454,7 +454,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 7 December 2011 Editor's Draft. + This specification is the 8 December 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This specification is an extension to the HTML5 language. All @@ -1411,7 +1411,9 @@ element <var title="">root</var>, the user agent must run the following steps. These steps are also used to flag <a href="#microdata-error" title="microdata error">microdata errors</a>.</p> - <ol><li><p>Let <var title="">results</var>, <var title="">memory</var>, and <var title="">pending</var> be empty lists of elements.</li> + <ol><li><p>Let <var title="">results</var>, <var title="">memory</var>, + and <var title="">pending</var> be empty lists of + elements.</li> <li><p>Add the element <var title="">root</var> to <var title="">memory</var>.</li> @@ -1441,8 +1443,9 @@ then: add all the child elements of <var title="">current</var> to <var title="">pending</var>.</li> - <li><p>If <var title="">current</var> has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute specified, add it - to <var title="">results</var>.</li> + <li><p>If <var title="">current</var> has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute specified and the + element has one or more <a href="#property-names">property names</a>, then add the + element to <var title="">results</var>.</li> <li><p>Return to the step labeled <i>loop</i>.</li> @@ -1613,9 +1616,9 @@ attribute on <a href="#html-elements">HTML elements</a> must return an <code><a href="#htmlpropertiescollection">HTMLPropertiesCollection</a></code> rooted at the <code>Document</code> node, whose filter matches only elements that - have <a href="#property-names">property names</a> and are <a href="#the-properties-of-an-item" title="the properties - of an item">the properties of the item</a> created by the element - on which the attribute was invoked, while that element is an <a href="#concept-item" title="concept-item">item</a>, and matches nothing the rest of + are <a href="#the-properties-of-an-item" title="the properties of an item">the properties of the + item</a> created by the element on which the attribute was + invoked, while that element is an <a href="#concept-item" title="concept-item">item</a>, and matches nothing the rest of the time.</p> <p>The <dfn id="dom-itemvalue" title="dom-itemValue"><code>itemValue</code></dfn> IDL
Received on Thursday, 8 December 2011 21:04:57 UTC