HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/7096

SVNBugCommentTime (UTC)
7096Oops, turns out I had this backwards the whole time... and nobody noticed? Oh well.2012-05-08 00:28
Index: source
===================================================================
--- source	(revision 7095)
+++ source	(revision 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

|