[html5] r1146 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 11 02:35:45 PST 2007


Author: ianh
Date: 2007-12-11 02:35:43 -0800 (Tue, 11 Dec 2007)
New Revision: 1146

Modified:
   index
   source
Log:
[e] (0) typos in the <time> element definitions; hyperlink DOMTimeStamp to DOM3 Core

Modified: index
===================================================================
--- index	2007-12-11 04:45:53 UTC (rev 1145)
+++ index	2007-12-11 10:35:43 UTC (rev 1146)
@@ -2239,6 +2239,9 @@
   event-DOMActivate, etc, here, and just have the section be a general
   "defined in other specifications" section -->
 
+  <p>The interface <dfn id=domtimestamp><code>DOMTimeStamp</code></dfn> is
+   defined in DOM3 Core. <a href="#refsDOM3CORE">[DOM3CORE]</a>
+
   <p>The term <dfn id=activation0>activation behavior</dfn> is used as
    defined in the DOM3 Events specification. <a
    href="#refsDOM3EVENTS">[DOM3EVENTS]</a> <span class=big-issue>At the time
@@ -10631,9 +10634,9 @@
     <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>;
-  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>;
+  readonly attribute <a href="#domtimestamp">DOMTimeStamp</a> <a href="#date0" title=dom-time-date>date</a>;
+  readonly attribute <a href="#domtimestamp">DOMTimeStamp</a> <a href="#time1" title=dom-time-time>time</a>;
+  readonly attribute <a href="#domtimestamp">DOMTimeStamp</a> <a href="#timezone0" title=dom-time-timezone>timezone</a>;
 };</pre>
   </dl>
 
@@ -10668,8 +10671,8 @@
    <li>If the <code title=attr-time-datetime><a
     href="#datetime">datetime</a></code> attribute is present, then parse it
     according to the rules for parsing <a href="#date-or1" title="date or
-    time string in attributes">date or time strings in content</a>, and let
-    the result be <var title="">result</var>.
+    time string in attributes">date or time strings in attributes</a>, and
+    let the result be <var title="">result</var>.
 
    <li>Otherwise, parse the element's <code><a
     href="#textcontent">textContent</a></code> according to the rules for

Modified: source
===================================================================
--- source	2007-12-11 04:45:53 UTC (rev 1145)
+++ source	2007-12-11 10:35:43 UTC (rev 1146)
@@ -643,6 +643,9 @@
   event-DOMActivate, etc, here, and just have the section be a general
   "defined in other specifications" section -->
 
+  <p>The interface <dfn><code>DOMTimeStamp</code></dfn> is defined in
+  DOM3 Core. <a href="#refsDOM3CORE">[DOM3CORE]</a></p>
+
   <p>The term <dfn>activation behavior</dfn> is used as defined in the
   DOM3 Events specification. <a
   href="#refsDOM3EVENTS">[DOM3EVENTS]</a> <span class="big-issue">At
@@ -8705,9 +8708,9 @@
    <dd>
 <pre class="idl">interface <dfn>HTMLTimeElement</dfn> : <span>HTMLElement</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>;
+  readonly attribute <span>DOMTimeStamp</span> <span title="dom-time-date">date</span>;
+  readonly attribute <span>DOMTimeStamp</span> <span title="dom-time-time">time</span>;
+  readonly attribute <span>DOMTimeStamp</span> <span title="dom-time-timezone">timezone</span>;
 };</pre>
    </dd>
   </dl>
@@ -8737,10 +8740,10 @@
 
   <ol>
 
-   <li>If the <code title="attr-time-datetime">datetime</code> attribute
-   is present, then parse it according to the rules for parsing <span
-   title="date or time string in attributes">date or time strings in
-   content</span>, and let the result be <var
+   <li>If the <code title="attr-time-datetime">datetime</code>
+   attribute is present, then parse it according to the rules for
+   parsing <span title="date or time string in attributes">date or
+   time strings in attributes</span>, and let the result be <var
    title="">result</var>.</li>
 
    <li>Otherwise, parse the element's <code>textContent</code>




More information about the Commit-Watchers mailing list