[html5] r7096 - [e] (0) Oops, turns out I had this backwards the whole time... and nobody notice [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon May 7 17:28:24 PDT 2012


Author: ianh
Date: 2012-05-07 17:28:22 -0700 (Mon, 07 May 2012)
New Revision: 7096

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, turns out I had this backwards the whole time... and nobody noticed? Oh well.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-08 00:24:27 UTC (rev 7095)
+++ complete.html	2012-05-08 00:28:22 UTC (rev 7096)
@@ -21581,9 +21581,6 @@
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</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><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmltimeelement>HTMLTimeElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -21604,23 +21601,6 @@
   <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

Modified: index
===================================================================
--- index	2012-05-08 00:24:27 UTC (rev 7095)
+++ index	2012-05-08 00:28:22 UTC (rev 7096)
@@ -21581,9 +21581,6 @@
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</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><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmltimeelement>HTMLTimeElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -21604,23 +21601,6 @@
   <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

Modified: source
===================================================================
--- source	2012-05-08 00:24:27 UTC (rev 7095)
+++ source	2012-05-08 00:28:22 UTC (rev 7096)
@@ -23137,9 +23137,6 @@
    <dt><span title="element-dfn-attributes">Content attributes</span>:</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><span title="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class="idl">interface <dfn>HTMLTimeElement</dfn> : <span>HTMLElement</span> {
@@ -23163,25 +23160,6 @@
   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




More information about the Commit-Watchers mailing list