[html5] r857 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 1 18:59:05 PDT 2007
Author: ianh
Date: 2007-06-01 18:59:00 -0700 (Fri, 01 Jun 2007)
New Revision: 857
Modified:
index
source
Log:
[] (0) Rename datetime to dateTime for the DOM attribute
Modified: index
===================================================================
--- index 2007-06-01 22:15:21 UTC (rev 856)
+++ index 2007-06-02 01:59:00 UTC (rev 857)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 1 June 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 2 June 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -10520,7 +10520,7 @@
<dd>
<pre
class=idl>interface <dfn id=htmltimeelement>HTMLTimeElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
- attribute DOMString <a href="#datetime0" title=dom-time-datetime>datetime</a>;
+ attribute DOMString <a href="#datetime0" title=dom-time-datetime>dateTime</a>;
readonly attribute DOMTimeStamp <a href="#date0" title=dom-time-date>date</a>;
readonly attribute DOMTimeStamp <a href="#time1" title=dom-time-time>time</a>;
readonly attribute DOMTimeStamp <a href="#timezone0" title=dom-time-timezone>timezone</a>;
@@ -10544,7 +10544,7 @@
extracts a date or time.
<p>The <dfn id=datetime0
- title=dom-time-datetime><code>datetime</code></dfn> DOM attribute must <a
+ title=dom-time-datetime><code>dateTime</code></dfn> DOM attribute must <a
href="#reflect">reflect</a> the <code title=attr-time-datetime><a
href="#datetime">datetime</a></code> content attribute.
@@ -11856,12 +11856,14 @@
<pre
class=idl>interface <dfn id=htmlmodelement>HTMLModElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
attribute DOMString <a href="#cite4" title=dom-mod-cite>cite</a>;
- attribute DOMString <a href="#datetime2" title=dom-mod-datetime>datetime</a>;
+ attribute DOMString <a href="#datetime2" title=dom-mod-datetime>dateTime</a>;
};</pre>
- <p>The <dfn id=cite4 title=dom-mod-cite><code>cite</code></dfn> and <dfn
- id=datetime2 title=dom-mod-datetime><code>datetime</code></dfn> DOM
- attributes must reflect the elements' content attributes of the same name.
+ <p>The <dfn id=cite4 title=dom-mod-cite><code>cite</code></dfn> DOM
+ attribute must reflect the element's ><code title=attr-mod-cite><a
+ href="#cite3">cite</a></code> content attribute. The <dfn id=datetime2
+ title=dom-mod-datetime><code>dateTime</code></dfn> DOM attribute must
+ reflect the element's <code title="">datetime</code> content attribute.
<h3 id=embedded><span class=secno>3.14. </span>Embedded content</h3>
Modified: source
===================================================================
--- source 2007-06-01 22:15:21 UTC (rev 856)
+++ source 2007-06-02 01:59:00 UTC (rev 857)
@@ -8731,7 +8731,7 @@
<dt>DOM interface:</dt>
<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>;
readonly attribute DOMTimeStamp <span title="dom-time-date">date</span>;
readonly attribute DOMTimeStamp <span title="dom-time-time">time</span>;
readonly attribute DOMTimeStamp <span title="dom-time-timezone">timezone</span>;
@@ -8752,7 +8752,7 @@
title="date or time string in content">date or time strings in
content</span> successfully extracts a date or time.</p>
- <p>The <dfn title="dom-time-datetime"><code>datetime</code></dfn> DOM
+ <p>The <dfn title="dom-time-datetime"><code>dateTime</code></dfn> DOM
attribute must <span>reflect</span> the <code
title="attr-time-datetime">datetime</code> content attribute.</p>
@@ -9914,12 +9914,15 @@
<pre class="idl">interface <dfn>HTMLModElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-mod-cite">cite</span>;
- attribute DOMString <span title="dom-mod-datetime">datetime</span>;
+ attribute DOMString <span title="dom-mod-datetime">dateTime</span>;
};</pre>
- <p>The <dfn title="dom-mod-cite"><code>cite</code></dfn> and <dfn
- title="dom-mod-datetime"><code>datetime</code></dfn> DOM attributes
- must reflect the elements' content attributes of the same name.</p>
+ <p>The <dfn title="dom-mod-cite"><code>cite</code></dfn> DOM
+ attribute must reflect the element's ><code
+ title="attr-mod-cite">cite</code> content attribute. The <dfn
+ title="dom-mod-datetime"><code>dateTime</code></dfn> DOM attribute
+ must reflect the element's <code title="">datetime</code> content
+ attribute.</p>
More information about the Commit-Watchers
mailing list