[html5] r6855 - / images
whatwg at whatwg.org
whatwg at whatwg.org
Fri Dec 9 10:38:49 PST 2011
Author: ianh
Date: 2011-12-09 10:38:47 -0800 (Fri, 09 Dec 2011)
New Revision: 6855
Modified:
complete.html
images/content-venn.svg
index
source
Log:
[e] (0) Bring W3C specs back to tip of tree per chair request.
Affected topics: HTML, Microdata
Modified: complete.html
===================================================================
--- complete.html 2011-12-08 21:04:41 UTC (rev 6854)
+++ complete.html 2011-12-09 18:38:47 UTC (rev 6855)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 December 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 December 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -1481,9 +1481,11 @@
working group chair decision from June 2011</a>.</li><!--bug
12906-->
- <li>The W3C 2D Context specification has a different API for
- handling focus and selection in the 2D canvas API, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011May/0138.html>a
- working group chair decision from May 2011</a>.</li>
+ <li>The W3C HTML specification defines a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute on
+ <code><a href=#the-time-element>time</a></code> elements, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Dec/0058.html>a
+ working group chair request from December 2011</a>. This issue is
+ not yet formally resolved in the W3C and the specifications will
+ likely converge on this issue when it is.</li><!--PUBDATE--><!--FORK-->
</ul><p>The following sections are only published in the WHATWG
specifications and are not currently available anywhere else:</p>
@@ -1492,6 +1494,7 @@
<li>The <code title=dom-document-cssElementMap><a href=#dom-document-csselementmap>cssElementMap</a></code> feature for defining <a href=#css-element-reference-identifier title="CSS element reference identifier">CSS element reference identifiers</a>.</li> <!--CSSREF-->
<li>An experimental specification of the legacy <code title=dom-find><a href=#dom-find>window.find()</a></code> API.</li><!--FIND-->
<li>Some predefined <a href=#mdvocabs>Microdata vocabularies</a>.</li>
+ <li>The <code><a href=#the-data-element>data</a></code> element for marking up machine-readable data.</li><!--DATA--><!--FORK-->
</ul><!--
<p>Features that are part of the WHATWG HTML Living Standard
specification but that are currently published as separate
@@ -12027,7 +12030,9 @@
<li><code><a href=#the-cite-element>cite</a></code></li>
<li><code><a href=#the-code-element>code</a></code></li>
<li><code><a href=#the-command-element>command</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-data-element>data</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-datalist-element>datalist</a></code></li>
<li><code><a href=#the-del-element>del</a></code></li>
<li><code><a href=#the-details-element>details</a></code></li>
@@ -12152,7 +12157,9 @@
<li><code><a href=#the-cite-element>cite</a></code></li>
<li><code><a href=#the-code-element>code</a></code></li>
<li><code><a href=#the-command-element>command</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-data-element>data</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-datalist-element>datalist</a></code></li>
<li><code><a href=#the-del-element>del</a></code> (if it contains only <a href=#phrasing-content>phrasing content</a>)</li>
<li><code><a href=#the-dfn-element>dfn</a></code></li>
@@ -12448,7 +12455,9 @@
<li><code><a href=#the-canvas-element>canvas</a></code></li>
<li><code><a href=#the-cite-element>cite</a></code></li>
<li><code><a href=#the-code-element>code</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-data-element>data</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-details-element>details</a></code></li>
<li><code><a href=#the-dfn-element>dfn</a></code></li>
<li><code><a href=#the-div-element>div</a></code></li>
@@ -21047,7 +21056,7 @@
-
+<!--DATA--><!--FORK-->
<h4 id=the-data-element><span class=secno>4.6.10 </span>The <dfn><code>data</code></dfn> element</h4>
<dl class=element><dt>Categories</dt>
@@ -21118,6 +21127,7 @@
</table></pre>
</div>
+<!--DATA--><!--FORK-->
@@ -21135,6 +21145,9 @@
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code></dd>
+<!--PUBDATE--><!--FORK-->
+ <dd><code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code></dd>
+<!--PUBDATE--><!--FORK-->
<dt>DOM interface:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class=idl>interface <dfn id=htmltimeelement>HTMLTimeElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -21155,6 +21168,23 @@
<p>A <code><a href=#the-time-element>time</a></code> element that does not have a <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content attribute must
not have any element descendants.</p>
+<!--PUBDATE--><!--FORK-->
+ <p>The <dfn id=attr-time-pubdate title=attr-time-pubdate><code>pubdate</code></dfn>
+ attribute is a <a href=#boolean-attribute>boolean attribute</a>. If specified, it
+ indicates that the date and time given by the element is the
+ publication date and time of the nearest ancestor
+ <code><a href=#the-article-element>article</a></code> element, or, if the element has no ancestor
+ <code><a href=#the-article-element>article</a></code> element, of the document as a whole. If the
+ element has a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code>
+ attribute specified, then the element <dfn id=needs-a-date>needs a date</dfn>. For
+ each <code><a href=#the-article-element>article</a></code> element, there must no more than one
+ <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute whose nearest
+ ancestor is that <code><a href=#the-article-element>article</a></code> element. Furthermore, for each
+ <code><a href=#document>Document</a></code>, there must be no more than one
+ <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute that does not
+ have an ancestor <code><a href=#the-article-element>article</a></code> element.</p>
+<!--PUBDATE--><!--FORK-->
+
<p>The <dfn id=datetime-value>datetime value</dfn> of a <code><a href=#the-time-element>time</a></code> element is
the value of the element's <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content attribute, if
it has one, or the element's <code><a href=#textcontent>textContent</a></code>, if it does
@@ -22570,9 +22600,11 @@
<td>Abbreviations
<td><pre class=example>Organic food in Ireland is certified by the <strong><abbr title="Irish Organic Farmers and Growers Association">IOFGA</abbr></strong>.</pre>
+<!--DATA--><!--FORK-->
<tr><td><code><a href=#the-data-element>data</a></code>
<td>Machine-readable equivalent
<td><pre class=example>Available starting today! <strong><data value="UPC:022014640201">North Coast Organic Apple Cider</data></strong></pre>
+<!--DATA--><!--FORK-->
<tr><td><code><a href=#the-time-element>time</a></code>
<td>Machine-readable equivalent of date- or time-related data
@@ -55732,6 +55764,7 @@
</div>
+<!--DATA--><!--FORK-->
<div class=example>
<p>The following extract shows how an IM conversation log could be
@@ -55753,6 +55786,7 @@
<!-- with thanks to http://bash.org/?854262 -->
</div>
+<!--DATA--><!--FORK-->
<div class=example>
@@ -56489,6 +56523,7 @@
</div>
+<!--DATA--><!--FORK-->
<p>When a string value is in some machine-readable format unsuitable
for human consumption, it is expressed using the <code title=attr-data-value><a href=#attr-data-value>value</a></code> attribute of the
<code><a href=#the-data-element>data</a></code> element, with the human-readable version given in
@@ -56505,6 +56540,7 @@
</h1></pre>
</div>
+<!--DATA--><!--FORK-->
<p>For date- and time-related data, the <code><a href=#the-time-element>time</a></code> element
and its <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
@@ -94248,7 +94284,7 @@
<code title=attr-command-checked><a href=#attr-command-checked>checked</a></code>;
<code title=attr-command-radiogroup><a href=#attr-command-radiogroup>radiogroup</a></code></td>
<td><code><a href=#htmlcommandelement>HTMLCommandElement</a></code></td>
- <tr><th><code><a href=#the-data-element>data</a></code></th>
+ </tr><!--DATA--><!--FORK--><tr><th><code><a href=#the-data-element>data</a></code></th>
<td>Machine-readable equivalent</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
@@ -94257,7 +94293,7 @@
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-data-value><a href=#attr-data-value>value</a></code></td>
<td><code><a href=#htmldataelement>HTMLDataElement</a></code></td>
- <tr><th><code><a href=#the-datalist-element>datalist</a></code></th>
+ </tr><!--DATA--><!--FORK--><tr><th><code><a href=#the-datalist-element>datalist</a></code></th>
<td>Container for options for <a href=#attr-input-list title=attr-input-list>combo box control</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
@@ -95188,7 +95224,9 @@
<code><a href=#the-cite-element>cite</a></code>;
<code><a href=#the-code-element>code</a></code>;
<code><a href=#the-command-element>command</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-data-element>data</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-datalist-element>datalist</a></code>;
<code><a href=#the-del-element>del</a></code>;
<code><a href=#the-details-element>details</a></code>;
@@ -95295,7 +95333,9 @@
<code><a href=#the-cite-element>cite</a></code>;
<code><a href=#the-code-element>code</a></code>;
<code><a href=#the-command-element>command</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-data-element>data</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-datalist-element>datalist</a></code>;
<code><a href=#the-dfn-element>dfn</a></code>;
<code><a href=#the-em-element>em</a></code>;
@@ -95467,7 +95507,9 @@
<code><a href=#the-canvas-element>canvas</a></code>;
<code><a href=#the-cite-element>cite</a></code>;
<code><a href=#the-code-element>code</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-data-element>data</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-details-element>details</a></code>;
<code><a href=#the-dfn-element>dfn</a></code>;
<code><a href=#the-div-element>div</a></code>;
@@ -96708,8 +96750,10 @@
<tr><td> <code><a href=#the-command-element>command</a></code>
<td> <code><a href=#htmlcommandelement>HTMLCommandElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+<!--DATA--><!--FORK-->
<tr><td> <code><a href=#the-data-element>data</a></code>
<td> <code><a href=#htmldataelement>HTMLDataElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+<!--DATA--><!--FORK-->
<tr><td> <code><a href=#the-datalist-element>datalist</a></code>
<td> <code><a href=#htmldatalistelement>HTMLDataListElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
Modified: images/content-venn.svg
===================================================================
--- images/content-venn.svg 2011-12-08 21:04:41 UTC (rev 6854)
+++ images/content-venn.svg 2011-12-09 18:38:47 UTC (rev 6855)
@@ -38,6 +38,7 @@
<li><code>cite</code></li>
<li><code>code</code></li>
<li><code>command</code></li>
+ <li><code>data</code></li>
<li><code>date</code></li>
<li><code>datalist</code></li>
<li><code>del</code></li>
@@ -210,6 +211,7 @@
<li><code>cite</code></li>
<li><code>code</code></li>
<li><code>command</code></li>
+ <li><code>data</code></li>
<li><code>date</code></li>
<li><code>datalist</code></li>
<li><code>del</code>*</li>
Modified: index
===================================================================
--- index 2011-12-08 21:04:41 UTC (rev 6854)
+++ index 2011-12-09 18:38:47 UTC (rev 6855)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 December 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 December 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -1481,9 +1481,11 @@
working group chair decision from June 2011</a>.</li><!--bug
12906-->
- <li>The W3C 2D Context specification has a different API for
- handling focus and selection in the 2D canvas API, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011May/0138.html>a
- working group chair decision from May 2011</a>.</li>
+ <li>The W3C HTML specification defines a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute on
+ <code><a href=#the-time-element>time</a></code> elements, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Dec/0058.html>a
+ working group chair request from December 2011</a>. This issue is
+ not yet formally resolved in the W3C and the specifications will
+ likely converge on this issue when it is.</li><!--PUBDATE--><!--FORK-->
</ul><p>The following sections are only published in the WHATWG
specifications and are not currently available anywhere else:</p>
@@ -1492,6 +1494,7 @@
<li>The <code title=dom-document-cssElementMap><a href=#dom-document-csselementmap>cssElementMap</a></code> feature for defining <a href=#css-element-reference-identifier title="CSS element reference identifier">CSS element reference identifiers</a>.</li> <!--CSSREF-->
<li>An experimental specification of the legacy <code title=dom-find><a href=#dom-find>window.find()</a></code> API.</li><!--FIND-->
<li>Some predefined <a href=#mdvocabs>Microdata vocabularies</a>.</li>
+ <li>The <code><a href=#the-data-element>data</a></code> element for marking up machine-readable data.</li><!--DATA--><!--FORK-->
</ul><!--
<p>Features that are part of the WHATWG HTML Living Standard
specification but that are currently published as separate
@@ -12027,7 +12030,9 @@
<li><code><a href=#the-cite-element>cite</a></code></li>
<li><code><a href=#the-code-element>code</a></code></li>
<li><code><a href=#the-command-element>command</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-data-element>data</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-datalist-element>datalist</a></code></li>
<li><code><a href=#the-del-element>del</a></code></li>
<li><code><a href=#the-details-element>details</a></code></li>
@@ -12152,7 +12157,9 @@
<li><code><a href=#the-cite-element>cite</a></code></li>
<li><code><a href=#the-code-element>code</a></code></li>
<li><code><a href=#the-command-element>command</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-data-element>data</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-datalist-element>datalist</a></code></li>
<li><code><a href=#the-del-element>del</a></code> (if it contains only <a href=#phrasing-content>phrasing content</a>)</li>
<li><code><a href=#the-dfn-element>dfn</a></code></li>
@@ -12448,7 +12455,9 @@
<li><code><a href=#the-canvas-element>canvas</a></code></li>
<li><code><a href=#the-cite-element>cite</a></code></li>
<li><code><a href=#the-code-element>code</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-data-element>data</a></code></li>
+<!--DATA--><!--FORK-->
<li><code><a href=#the-details-element>details</a></code></li>
<li><code><a href=#the-dfn-element>dfn</a></code></li>
<li><code><a href=#the-div-element>div</a></code></li>
@@ -21047,7 +21056,7 @@
-
+<!--DATA--><!--FORK-->
<h4 id=the-data-element><span class=secno>4.6.10 </span>The <dfn><code>data</code></dfn> element</h4>
<dl class=element><dt>Categories</dt>
@@ -21118,6 +21127,7 @@
</table></pre>
</div>
+<!--DATA--><!--FORK-->
@@ -21135,6 +21145,9 @@
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code></dd>
+<!--PUBDATE--><!--FORK-->
+ <dd><code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code></dd>
+<!--PUBDATE--><!--FORK-->
<dt>DOM interface:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class=idl>interface <dfn id=htmltimeelement>HTMLTimeElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -21155,6 +21168,23 @@
<p>A <code><a href=#the-time-element>time</a></code> element that does not have a <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content attribute must
not have any element descendants.</p>
+<!--PUBDATE--><!--FORK-->
+ <p>The <dfn id=attr-time-pubdate title=attr-time-pubdate><code>pubdate</code></dfn>
+ attribute is a <a href=#boolean-attribute>boolean attribute</a>. If specified, it
+ indicates that the date and time given by the element is the
+ publication date and time of the nearest ancestor
+ <code><a href=#the-article-element>article</a></code> element, or, if the element has no ancestor
+ <code><a href=#the-article-element>article</a></code> element, of the document as a whole. If the
+ element has a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code>
+ attribute specified, then the element <dfn id=needs-a-date>needs a date</dfn>. For
+ each <code><a href=#the-article-element>article</a></code> element, there must no more than one
+ <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute whose nearest
+ ancestor is that <code><a href=#the-article-element>article</a></code> element. Furthermore, for each
+ <code><a href=#document>Document</a></code>, there must be no more than one
+ <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute that does not
+ have an ancestor <code><a href=#the-article-element>article</a></code> element.</p>
+<!--PUBDATE--><!--FORK-->
+
<p>The <dfn id=datetime-value>datetime value</dfn> of a <code><a href=#the-time-element>time</a></code> element is
the value of the element's <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content attribute, if
it has one, or the element's <code><a href=#textcontent>textContent</a></code>, if it does
@@ -22570,9 +22600,11 @@
<td>Abbreviations
<td><pre class=example>Organic food in Ireland is certified by the <strong><abbr title="Irish Organic Farmers and Growers Association">IOFGA</abbr></strong>.</pre>
+<!--DATA--><!--FORK-->
<tr><td><code><a href=#the-data-element>data</a></code>
<td>Machine-readable equivalent
<td><pre class=example>Available starting today! <strong><data value="UPC:022014640201">North Coast Organic Apple Cider</data></strong></pre>
+<!--DATA--><!--FORK-->
<tr><td><code><a href=#the-time-element>time</a></code>
<td>Machine-readable equivalent of date- or time-related data
@@ -55732,6 +55764,7 @@
</div>
+<!--DATA--><!--FORK-->
<div class=example>
<p>The following extract shows how an IM conversation log could be
@@ -55753,6 +55786,7 @@
<!-- with thanks to http://bash.org/?854262 -->
</div>
+<!--DATA--><!--FORK-->
<div class=example>
@@ -56489,6 +56523,7 @@
</div>
+<!--DATA--><!--FORK-->
<p>When a string value is in some machine-readable format unsuitable
for human consumption, it is expressed using the <code title=attr-data-value><a href=#attr-data-value>value</a></code> attribute of the
<code><a href=#the-data-element>data</a></code> element, with the human-readable version given in
@@ -56505,6 +56540,7 @@
</h1></pre>
</div>
+<!--DATA--><!--FORK-->
<p>For date- and time-related data, the <code><a href=#the-time-element>time</a></code> element
and its <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
@@ -94248,7 +94284,7 @@
<code title=attr-command-checked><a href=#attr-command-checked>checked</a></code>;
<code title=attr-command-radiogroup><a href=#attr-command-radiogroup>radiogroup</a></code></td>
<td><code><a href=#htmlcommandelement>HTMLCommandElement</a></code></td>
- <tr><th><code><a href=#the-data-element>data</a></code></th>
+ </tr><!--DATA--><!--FORK--><tr><th><code><a href=#the-data-element>data</a></code></th>
<td>Machine-readable equivalent</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
@@ -94257,7 +94293,7 @@
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-data-value><a href=#attr-data-value>value</a></code></td>
<td><code><a href=#htmldataelement>HTMLDataElement</a></code></td>
- <tr><th><code><a href=#the-datalist-element>datalist</a></code></th>
+ </tr><!--DATA--><!--FORK--><tr><th><code><a href=#the-datalist-element>datalist</a></code></th>
<td>Container for options for <a href=#attr-input-list title=attr-input-list>combo box control</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
@@ -95188,7 +95224,9 @@
<code><a href=#the-cite-element>cite</a></code>;
<code><a href=#the-code-element>code</a></code>;
<code><a href=#the-command-element>command</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-data-element>data</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-datalist-element>datalist</a></code>;
<code><a href=#the-del-element>del</a></code>;
<code><a href=#the-details-element>details</a></code>;
@@ -95295,7 +95333,9 @@
<code><a href=#the-cite-element>cite</a></code>;
<code><a href=#the-code-element>code</a></code>;
<code><a href=#the-command-element>command</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-data-element>data</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-datalist-element>datalist</a></code>;
<code><a href=#the-dfn-element>dfn</a></code>;
<code><a href=#the-em-element>em</a></code>;
@@ -95467,7 +95507,9 @@
<code><a href=#the-canvas-element>canvas</a></code>;
<code><a href=#the-cite-element>cite</a></code>;
<code><a href=#the-code-element>code</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-data-element>data</a></code>;
+<!--DATA--><!--FORK-->
<code><a href=#the-details-element>details</a></code>;
<code><a href=#the-dfn-element>dfn</a></code>;
<code><a href=#the-div-element>div</a></code>;
@@ -96708,8 +96750,10 @@
<tr><td> <code><a href=#the-command-element>command</a></code>
<td> <code><a href=#htmlcommandelement>HTMLCommandElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+<!--DATA--><!--FORK-->
<tr><td> <code><a href=#the-data-element>data</a></code>
<td> <code><a href=#htmldataelement>HTMLDataElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+<!--DATA--><!--FORK-->
<tr><td> <code><a href=#the-datalist-element>datalist</a></code>
<td> <code><a href=#htmldatalistelement>HTMLDataListElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
Modified: source
===================================================================
--- source 2011-12-08 21:04:41 UTC (rev 6854)
+++ source 2011-12-09 18:38:47 UTC (rev 6855)
@@ -219,10 +219,13 @@
working group chair decision from June 2011</a>.</li><!--bug
12906-->
- <li>The W3C 2D Context specification has a different API for
- handling focus and selection in the 2D canvas API, because of <a
- href="http://lists.w3.org/Archives/Public/public-html/2011May/0138.html">a
- working group chair decision from May 2011</a>.</li>
+ <li>The W3C HTML specification defines a <code
+ title="attr-time-pubdate">pubdate</code> attribute on
+ <code>time</code> elements, because of <a
+ href="http://lists.w3.org/Archives/Public/public-html/2011Dec/0058.html">a
+ working group chair request from December 2011</a>. This issue is
+ not yet formally resolved in the W3C and the specifications will
+ likely converge on this issue when it is.</li><!--PUBDATE--><!--FORK-->
</ul>
@@ -234,6 +237,7 @@
<li>The <code title="dom-document-cssElementMap">cssElementMap</code> feature for defining <span title="CSS element reference identifier">CSS element reference identifiers</span>.</li> <!--CSSREF-->
<li>An experimental specification of the legacy <code title="dom-find">window.find()</code> API.</li><!--FIND-->
<li>Some predefined <a href="#mdvocabs">Microdata vocabularies</a>.</li>
+ <li>The <code>data</code> element for marking up machine-readable data.</li><!--DATA--><!--FORK-->
</ul>
<!--
@@ -12541,7 +12545,9 @@
<li><code>cite</code></li>
<li><code>code</code></li>
<li><code>command</code></li>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<li><code>data</code></li>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<li><code>datalist</code></li>
<li><code>del</code></li>
<li><code>details</code></li>
@@ -12680,7 +12686,9 @@
<li><code>cite</code></li>
<li><code>code</code></li>
<li><code>command</code></li>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<li><code>data</code></li>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<li><code>datalist</code></li>
<li><code>del</code> (if it contains only <span>phrasing content</span>)</li>
<li><code>dfn</code></li>
@@ -13001,7 +13009,9 @@
<li><code>canvas</code></li>
<li><code>cite</code></li>
<li><code>code</code></li>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<li><code>data</code></li>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<li><code>details</code></li>
<li><code>dfn</code></li>
<li><code>div</code></li>
@@ -22568,7 +22578,7 @@
-
+<!--END w3c-html--><!--DATA--><!--FORK-->
<h4>The <dfn><code>data</code></dfn> element</h4>
<dl class="element">
@@ -22644,6 +22654,7 @@
</table></pre>
</div>
+<!--START w3c-html--><!--DATA--><!--FORK-->
@@ -22662,6 +22673,9 @@
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-time-datetime">datetime</code></dd>
+<!--END w3c-html--><!--PUBDATE--><!--FORK-->
+ <dd><code title="attr-time-pubdate">pubdate</code></dd>
+<!--START w3c-html--><!--PUBDATE--><!--FORK-->
<dt>DOM interface:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class="idl">interface <dfn>HTMLTimeElement</dfn> : <span>HTMLElement</span> {
@@ -22685,6 +22699,25 @@
title="attr-time-datetime">datetime</code> content attribute must
not have any element descendants.</p>
+<!--END w3c-html--><!--PUBDATE--><!--FORK-->
+ <p>The <dfn title="attr-time-pubdate"><code>pubdate</code></dfn>
+ attribute is a <span>boolean attribute</span>. If specified, it
+ indicates that the date and time given by the element is the
+ publication date and time of the nearest ancestor
+ <code>article</code> element, or, if the element has no ancestor
+ <code>article</code> element, of the document as a whole. If the
+ element has a <code title="attr-time-pubdate">pubdate</code>
+ attribute specified, then the element <dfn>needs a date</dfn>. For
+ each <code>article</code> element, there must no more than one
+ <code>time</code> element with a <code
+ title="attr-time-pubdate">pubdate</code> attribute whose nearest
+ ancestor is that <code>article</code> element. Furthermore, for each
+ <code>Document</code>, there must be no more than one
+ <code>time</code> element with a <code
+ title="attr-time-pubdate">pubdate</code> attribute that does not
+ have an ancestor <code>article</code> element.</p>
+<!--START w3c-html--><!--PUBDATE--><!--FORK-->
+
<p>The <dfn>datetime value</dfn> of a <code>time</code> element is
the value of the element's <code
title="attr-time-datetime">datetime</code> content attribute, if
@@ -24190,10 +24223,12 @@
<td>Abbreviations
<td><pre class="example">Organic food in Ireland is certified by the <strong><abbr title="Irish Organic Farmers and Growers Association">IOFGA</abbr></strong>.</pre>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<tr>
<td><code>data</code>
<td>Machine-readable equivalent
<td><pre class="example">Available starting today! <strong><data value="UPC:022014640201">North Coast Organic Apple Cider</data></strong></pre>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<tr>
<td><code>time</code>
@@ -65021,6 +65056,7 @@
</div>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<div class="example">
<p>The following extract shows how an IM conversation log could be
@@ -65043,6 +65079,7 @@
<!-- with thanks to http://bash.org/?854262 -->
</div>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<div class="example">
@@ -65915,6 +65952,7 @@
</div>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<p>When a string value is in some machine-readable format unsuitable
for human consumption, it is expressed using the <code
title="attr-data-value">value</code> attribute of the
@@ -65932,6 +65970,7 @@
</h1></pre>
</div>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<p>For date- and time-related data, the <code>time</code> element
and its <code title="attr-time-datetime">datetime</code> attribute
@@ -110023,6 +110062,7 @@
<td><code>HTMLCommandElement</code></td>
</tr>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<tr>
<th><code>data</code></th>
<td>Machine-readable equivalent</td>
@@ -110034,6 +110074,7 @@
<code title="attr-data-value">value</code></td>
<td><code>HTMLDataElement</code></td>
</tr>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<tr>
<th><code>datalist</code></th>
@@ -111216,7 +111257,9 @@
<code>cite</code>;
<code>code</code>;
<code>command</code>;
+<!--END w3c-html--><!--DATA--><!--FORK-->
<code>data</code>;
+<!--START w3c-html--><!--DATA--><!--FORK-->
<code>datalist</code>;
<code>del</code>;
<code>details</code>;
@@ -111326,7 +111369,9 @@
<code>cite</code>;
<code>code</code>;
<code>command</code>;
+<!--END w3c-html--><!--DATA--><!--FORK-->
<code>data</code>;
+<!--START w3c-html--><!--DATA--><!--FORK-->
<code>datalist</code>;
<code>dfn</code>;
<code>em</code>;
@@ -111507,7 +111552,9 @@
<code>canvas</code>;
<code>cite</code>;
<code>code</code>;
+<!--END w3c-html--><!--DATA--><!--FORK-->
<code>data</code>;
+<!--START w3c-html--><!--DATA--><!--FORK-->
<code>details</code>;
<code>dfn</code>;
<code>div</code>;
@@ -113008,9 +113055,11 @@
<td> <code>command</code>
<td> <code>HTMLCommandElement</code> : <code>HTMLElement</code>
+<!--END w3c-html--><!--DATA--><!--FORK-->
<tr>
<td> <code>data</code>
<td> <code>HTMLDataElement</code> : <code>HTMLElement</code>
+<!--START w3c-html--><!--DATA--><!--FORK-->
<tr>
<td> <code>datalist</code>
More information about the Commit-Watchers
mailing list