Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Consistency with HTMLModElement.dateTime
Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7688 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2013
1 parent 04b2933 commit fb4d7e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 1 February 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -21009,7 +21009,7 @@ <h4 id=the-time-element><span class=secno>4.6.11 </span>The <dfn><code>time</cod
<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
Expand Down Expand Up @@ -21240,9 +21240,9 @@ <h4 id=the-time-element><span class=secno>4.6.11 </span>The <dfn><code>time</cod
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>

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -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 &mdash; Last Updated 1 February 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -21009,7 +21009,7 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
<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
Expand Down Expand Up @@ -21240,9 +21240,9 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
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>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -22228,7 +22228,7 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
<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-->
Expand Down Expand Up @@ -22474,9 +22474,9 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
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>

Expand Down

0 comments on commit fb4d7e0

Please sign in to comment.