- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jul 2011 23:02:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv29001
Modified Files:
Overview.html
Log Message:
class=impl fix (whatwg r6336)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.html 28 Jul 2011 01:29:11 -0000 1.148
+++ Overview.html 28 Jul 2011 23:02:26 -0000 1.149
@@ -1235,9 +1235,16 @@
element</a>.<p>If a property's <a href="#concept-property-value" title="concept-property-value">value</a>
represents a <a href="#concept-date" title="concept-date">date</a>, <a href="#concept-time" title="concept-time">time</a>, or <a href="#concept-datetime" title="concept-datetime">global date and time</a>, the property
must be specified using the <code title="attr-time-datetime">datetime</code> attribute of a
- <code>time</code> element.<h3 id="associating-names-with-items"><span class="secno">2.5 </span>Associating names with items</h3><p>To find <dfn id="the-properties-of-an-item">the properties of an item</dfn> defined by the
+ <code>time</code> element.<div class="impl">
+
+
+ <h3 id="associating-names-with-items"><span class="secno">2.5 </span>Associating names with items</h3>
+
+ <p>To find <dfn id="the-properties-of-an-item">the properties of an item</dfn> defined by the
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>.<ol><li><p>Let <var title="">results</var>, <var title="">memory</var>, and <var title="">pending</var> be empty lists of elements.</li>
+ 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>
<li><p>Add the element <var title="">root</var> to <var title="">memory</var>.</li>
@@ -1278,21 +1285,33 @@
<li><p>Return <var title="">results</var>.</li>
</ol><p>A document must not contain any <a href="#concept-item" title="concept-item">items</a> for which the algorithm to find
- <a href="#the-properties-of-an-item">the properties of an item</a> finds any <dfn id="microdata-error" title="microdata error">microdata errors</dfn>.<p>An <a href="#concept-item" title="concept-item">item</a> is a <dfn id="top-level-microdata-items" title="top-level microdata items">top-level microdata item</dfn> if
- its element does not have an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute.<p>An <a href="#concept-item" title="concept-item">item</a> is a <dfn id="used-microdata-items" title="used
+ <a href="#the-properties-of-an-item">the properties of an item</a> finds any <dfn id="microdata-error" title="microdata error">microdata errors</dfn>.</p>
+
+ <p>An <a href="#concept-item" title="concept-item">item</a> is a <dfn id="top-level-microdata-items" title="top-level microdata items">top-level microdata item</dfn> if
+ its element does not have an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute.</p>
+
+ <p>An <a href="#concept-item" title="concept-item">item</a> is a <dfn id="used-microdata-items" title="used
microdata items">used microdata item</dfn> if it is a <a href="#top-level-microdata-items" title="top-level microdata items">top-level microdata item</a>,
or if it has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code>
attribute and would be <a href="#the-properties-of-an-item" title="the properties of an item">found
to be the property</a> of an <a href="#concept-item" title="concept-item">item</a> that is itself a <a href="#used-microdata-items" title="used
- microdata items">used microdata item</a>.<p>All <a href="#concept-item" title="concept-item">items</a> in a document must be
- <a href="#used-microdata-items">used microdata items</a>.<p>All <code title="attr-itemref"><a href="#attr-itemref">itemref</a></code> attributes in a
+ microdata items">used microdata item</a>.</p>
+
+ <p>All <a href="#concept-item" title="concept-item">items</a> in a document must be
+ <a href="#used-microdata-items">used microdata items</a>.</p>
+
+ <p>All <code title="attr-itemref"><a href="#attr-itemref">itemref</a></code> attributes in a
<code>Document</code> must be such that there are no cycles in the
graph formed from representing each <a href="#concept-item" title="concept-item">item</a> in the <code>Document</code> as a
node in the graph and each <a href="#the-properties-of-an-item" title="the properties of an
item">property</a> of an item whose <a href="#concept-property-value" title="concept-property-value">value</a> is another item as an
- edge in the graph connecting those two items.<p>A document must not contain any elements that have an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute that would not be
+ edge in the graph connecting those two items.</p>
+
+ <p>A document must not contain any elements that have an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute that would not be
found to be a property of any of the <a href="#concept-item" title="concept-item">items</a> in that document were their <a href="#the-properties-of-an-item" title="the properties of an item">properties</a> all to be
- determined.<div class="example">
+ determined.</p>
+
+ <div class="example">
<p>In this example, a single license statement is applied to two
works, using <code title="attr-itemref"><a href="#attr-itemref">itemref</a></code> from the
@@ -1337,7 +1356,10 @@
<dd>The mailbox.
<dt>license
<dd><code title="">http://www.opensource.org/licenses/mit-license.php</code>
- </dl></div><h2 id="microdata-dom-api"><span class="secno">3 </span>Microdata DOM API</h2><pre class="idl">partial interface <a href="#htmldocument">HTMLDocument</a> {
+ </dl></div>
+
+
+ </div><h2 id="microdata-dom-api"><span class="secno">3 </span>Microdata DOM API</h2><pre class="idl">partial interface <a href="#htmldocument">HTMLDocument</a> {
NodeList <a href="#dom-document-getitems" title="dom-document-getItems">getItems</a>(in optional DOMString typeNames); // <span>microdata</span>
};
Received on Thursday, 28 July 2011 23:02:30 UTC