[html5] r4604 - [ac] (0) Require that time/date data be encoded using <time> for microdata.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jan 17 22:36:27 PST 2010
Author: ianh
Date: 2010-01-17 22:36:25 -0800 (Sun, 17 Jan 2010)
New Revision: 4604
Modified:
complete.html
index
source
Log:
[ac] (0) Require that time/date data be encoded using <time> for microdata.
Modified: complete.html
===================================================================
--- complete.html 2010-01-18 06:10:49 UTC (rev 4603)
+++ complete.html 2010-01-18 06:36:25 UTC (rev 4604)
@@ -45632,9 +45632,9 @@
url">resolving</a> it results in an error.</dd>
- <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-datetime>datetime</code> attribute</dt>
+ <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></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><a href=#attr-time-datetime>datetime</a></code> attribute.</dd>
<dt>Otherwise</dt>
@@ -45653,7 +45653,12 @@
using a <a href=#url-property-elements title="URL property elements">URL property
element</a>.</p>
+ <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><a href=#attr-time-datetime>datetime</a></code> attribute of a
+ <code><a href=#the-time-element>time</a></code> element.</p>
+
<h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating names with items</h4>
<p>To find <dfn id=the-properties-of-an-item>the properties of an item</dfn>, the user agent must
Modified: index
===================================================================
--- index 2010-01-18 06:10:49 UTC (rev 4603)
+++ index 2010-01-18 06:36:25 UTC (rev 4604)
@@ -45532,9 +45532,9 @@
url">resolving</a> it results in an error.</dd>
- <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-datetime>datetime</code> attribute</dt>
+ <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></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><a href=#attr-time-datetime>datetime</a></code> attribute.</dd>
<dt>Otherwise</dt>
@@ -45553,7 +45553,12 @@
using a <a href=#url-property-elements title="URL property elements">URL property
element</a>.</p>
+ <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><a href=#attr-time-datetime>datetime</a></code> attribute of a
+ <code><a href=#the-time-element>time</a></code> element.</p>
+
<h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating names with items</h4>
<p>To find <dfn id=the-properties-of-an-item>the properties of an item</dfn>, the user agent must
Modified: source
===================================================================
--- source 2010-01-18 06:10:49 UTC (rev 4603)
+++ source 2010-01-18 06:36:25 UTC (rev 4604)
@@ -50837,10 +50837,10 @@
<dt>If the element is a <code>time</code> element with a <code
- title="attr-datetime">datetime</code> attribute</dt>
+ 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.</p></dd>
+ title="attr-time-datetime">datetime</code> attribute.</p></dd>
<dt>Otherwise</dt>
@@ -50861,7 +50861,15 @@
using a <span title="URL property elements">URL property
element</span>.</p>
+ <p>If a property's <span title="concept-property-value">value</span>
+ 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.</p>
+
<h4>Associating names with items</h4>
<p>To find <dfn>the properties of an item</dfn>, the user agent must
More information about the Commit-Watchers
mailing list