[html5] r7688 - [giow] (0) Consistency with HTMLModElement.dateTime Affected topics: DOM APIs, HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 4 09:56:51 PST 2013
Author: ianh
Date: 2013-02-04 09:56:50 -0800 (Mon, 04 Feb 2013)
New Revision: 7688
Modified:
complete.html
index
source
Log:
[giow] (0) Consistency with HTMLModElement.dateTime
Affected topics: DOM APIs, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-02-01 06:06:21 UTC (rev 7687)
+++ complete.html 2013-02-04 17:56:50 UTC (rev 7688)
@@ -248,7 +248,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 1 February 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 4 February 2013</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>
@@ -21009,7 +21009,7 @@
<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> {
- attribute DOMString <a href=#dom-time-datetime title=dom-time-datetime>datetime</a>;
+ attribute DOMString <a href=#dom-time-datetime title=dom-time-dateTime>dateTime</a>;
};</pre>
</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-time-element>time</a></code> element <a href=#represents>represents</a> its
@@ -21240,9 +21240,9 @@
data types in one pass; developing such an algorithm is left as an
exercise to the reader.</p>
- <p>The <dfn id=dom-time-datetime title=dom-time-datetime><code>datetime</code></dfn>
- IDL attribute must <a href=#reflect>reflect</a> the content attribute of the
- same name.</p>
+ <p>The <dfn id=dom-time-datetime title=dom-time-dateTime><code>dateTime</code></dfn> IDL attribute must
+ <a href=#reflect>reflect</a> the element's <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content
+ attribute.</p>
</div>
Modified: index
===================================================================
--- index 2013-02-01 06:06:21 UTC (rev 7687)
+++ index 2013-02-04 17:56:50 UTC (rev 7688)
@@ -248,7 +248,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 1 February 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 4 February 2013</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>
@@ -21009,7 +21009,7 @@
<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> {
- attribute DOMString <a href=#dom-time-datetime title=dom-time-datetime>datetime</a>;
+ attribute DOMString <a href=#dom-time-datetime title=dom-time-dateTime>dateTime</a>;
};</pre>
</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-time-element>time</a></code> element <a href=#represents>represents</a> its
@@ -21240,9 +21240,9 @@
data types in one pass; developing such an algorithm is left as an
exercise to the reader.</p>
- <p>The <dfn id=dom-time-datetime title=dom-time-datetime><code>datetime</code></dfn>
- IDL attribute must <a href=#reflect>reflect</a> the content attribute of the
- same name.</p>
+ <p>The <dfn id=dom-time-datetime title=dom-time-dateTime><code>dateTime</code></dfn> IDL attribute must
+ <a href=#reflect>reflect</a> the element's <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content
+ attribute.</p>
</div>
Modified: source
===================================================================
--- source 2013-02-01 06:06:21 UTC (rev 7687)
+++ source 2013-02-04 17:56:50 UTC (rev 7688)
@@ -22228,7 +22228,7 @@
<dt><span title="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class="idl">interface <dfn>HTMLTimeElement</dfn> : <span>HTMLElement</span> {
- attribute DOMString <span title="dom-time-datetime">datetime</span>;
+ attribute DOMString <span title="dom-time-dateTime">dateTime</span>;
};</pre>
</dd>
</dl><!--TOPIC:HTML-->
@@ -22474,9 +22474,9 @@
data types in one pass; developing such an algorithm is left as an
exercise to the reader.</p>
- <p>The <dfn title="dom-time-datetime"><code>datetime</code></dfn>
- IDL attribute must <span>reflect</span> the content attribute of the
- same name.</p>
+ <p>The <dfn title="dom-time-dateTime"><code>dateTime</code></dfn> IDL attribute must
+ <span>reflect</span> the element's <code title="attr-time-datetime">datetime</code> content
+ attribute.</p>
</div>
More information about the Commit-Watchers
mailing list