- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Jan 2010 06:36:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv18376
Modified Files:
Overview.html
Log Message:
Require that time/date data be encoded using <time> for microdata. (whatwg r4604)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Overview.html 18 Jan 2010 06:10:54 -0000 1.18
+++ Overview.html 18 Jan 2010 06:36:29 -0000 1.19
@@ -1077,9 +1077,9 @@
url">resolving</span> it results in an error.</dd>
- <dt>If the element is a <code>time</code> element with a <code title="attr-datetime">datetime</code> attribute</dt>
+ <dt>If the element is a <code>time</code> element with a <code title="attr-time-datetime">datetime</code> attribute</dt>
- <dd><p>The value is the value of the element's <code title="attr-datetime">datetime</code> attribute.</dd>
+ <dd><p>The value is the value of the element's <code title="attr-time-datetime">datetime</code> attribute.</dd>
<dt>Otherwise</dt>
@@ -1094,7 +1094,10 @@
elements.<p>If a property's <a href="#concept-property-value" title="concept-property-value">value</a>
is an <span>absolute URL</span>, the property must be specified
using a <a href="#url-property-elements" title="URL property elements">URL property
- element</a>.<h3 id="associating-names-with-items"><span class="secno">4.5 </span>Associating names with items</h3><p>To find <dfn id="the-properties-of-an-item">the properties of an item</dfn>, the user agent must
+ element</a>.<p>If a property's <a href="#concept-property-value" title="concept-property-value">value</a>
+ represents a <span title="concept-date">date</span>, <span title="concept-time">time</span>, or <span title="concept-datetime">global date and time</span>, 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">4.5 </span>Associating names with items</h3><p>To find <dfn id="the-properties-of-an-item">the properties of an item</dfn>, the user agent must
run the following steps:<ol><li><p>Let <var title="">root</var> be the element with the <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute.</li>
<li><p>Let <var title="">pending</var> be a stack of elements
Received on Monday, 18 January 2010 06:36:33 UTC