--- a/microdata-rdf/index.html Fri Oct 28 11:28:49 2011 -0700
+++ b/microdata-rdf/index.html Mon Oct 31 15:10:14 2011 -0700
@@ -124,9 +124,9 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2011-08-11",
+ previousPublishDate: "2011-10-28",
previousMaturity: "ED",
- previousDiffURI: "https://dvcs.w3.org/hg/htmldata/raw-file/24af1cde0da1/microdata-rdf/index.html",
+ previousDiffURI: "https://dvcs.w3.org/hg/htmldata/raw-file/74bd1c88b77d/microdata-rdf/index.html",
//diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
// if there a publicly available Editor's Draft, this is the link
@@ -368,12 +368,6 @@
An attribute appropriate for use with the <code>object</code> element for creating URI<tref>URI
reference</tref>s.
</dd>
- <dt><adef>datetime</adef></dt><dd>
- An attribute appropriate for use with the <code>date</code> element for creating typed literals.
- <div class="issue">
- The <code>date</code> element will likely be replaced with something more general purpose.
- </div>
- </dd>
<dt><adef>href</adef></dt><dd>
An attribute appropriate for use with <code>a</code>, <code>area</code> or <code>link</code> elements for
creating <tref>URI reference</tref>s.
@@ -425,6 +419,9 @@
<code>img</code>, <code>source</code>, <code>track</code>, or <code>video</code> elements for creating invisible
properties.
</dd>
+ <dt><adef>value</adef></dt><dd>
+ An attribute appropriate for use with the <code>data</code> element for creating untyped literals.
+ </dd>
</dl>
</section>
@@ -629,51 +626,9 @@
The value is <tref>URI reference</tref> that results from resolving the value of the element's
<aref>data</aref> attribute relative to the element at the time the attribute is set.
</dd>
- <dt>If the element is a <code>time</code> element with a <aref>datetime</aref> attribute
- <div class="issue">
- The <code>time</code> element will likely be replaced with something more general purpose.
- </div>
+ <dt>If the element is a <code>data</code> element with a <aref>value</aref> attribute
</dt>
- <dd>
- <dl>
- <dt>
- If the value has the lexical form of <cite><a
- href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a></cite> [[!RDF-SCHEMA]].
- </dt>
- <dd>
- The value is a <tref>typed literal</tref> composed of the value and
- <code>http://www.w3.org/2001/XMLSchema#date</code>.
- </dd>
- <dt>
- If the value has the lexical form of <cite><a
- href="http://www.w3.org/TR/xmlschema-2/#time">xsd:time</a></cite> [[!RDF-SCHEMA]].
- </dt>
- <dd>
- The value is a <tref>typed literal</tref> composed of the value and
- <code>http://www.w3.org/2001/XMLSchema#time</code>.
- </dd>
- <dt>
- If the value has the lexical form of <cite><a
- href="http://www.w3.org/TR/xmlschema-2/#dateTime">xsd:dateTime</a></cite> [[!RDF-SCHEMA]].
- </dt>
- <dd>
- The value is a <tref>typed literal</tref> composed of the value and
- <code>http://www.w3.org/2001/XMLSchema#dateTime</code>.
- </dd>
- <!-- revisit when/if content model for @datetime is updated to allow for xsd:duration
- <dt>
- If the value has the lexical form of <cite><a
- href="http://www.w3.org/TR/xmlschema-2/#duration">xsd:duration</a></cite> [[!RDF-SCHEMA]].
- </dt>
- <dd>
- The value is a <tref>typed literal</tref> composed of the value and
- <code>http://www.w3.org/2001/XMLSchema#duration</code>.
- </dd>
- -->
- <dt>Otherwise</dt>
- <dd>The value is a <tref>plain literal</tref> created from the value.</dd>
- </dl>
- </dd>
+ <dd>The value is a <tref>plain literal</tref> created from the value.</dd>
<dt>Otherwise</dt>
<dd>
The value is a <tref>plain literal</tref>, with the language information set from the language of the