[html5] r2436 - [e] (0) remove orphan section (became orphaned after we removed start/end/etc fr [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 25 02:47:57 PST 2008


Author: ianh
Date: 2008-11-25 02:47:56 -0800 (Tue, 25 Nov 2008)
New Revision: 2436

Modified:
   index
   source
Log:
[e] (0) remove orphan section (became orphaned after we removed start/end/etc from <video>)

Modified: index
===================================================================
--- index	2008-11-25 10:46:22 UTC (rev 2435)
+++ index	2008-11-25 10:47:56 UTC (rev 2436)
@@ -234,8 +234,7 @@
        <li><a href=#local-dates-and-times><span class=secno>2.4.4.4 </span>Local dates and times</a></li>
        <li><a href=#global-dates-and-times><span class=secno>2.4.4.5 </span>Global dates and times</a></li>
        <li><a href=#weeks><span class=secno>2.4.4.6 </span>Weeks</a></li>
-       <li><a href=#vaguer-moments-in-time><span class=secno>2.4.4.7 </span>Vaguer moments in time</a></li>
-       <li><a href=#time-offsets><span class=secno>2.4.4.8 </span>Time offsets</a></ol></li>
+       <li><a href=#vaguer-moments-in-time><span class=secno>2.4.4.7 </span>Vaguer moments in time</a></ol></li>
      <li><a href=#space-separated-tokens><span class=secno>2.4.5 </span>Space-separated tokens</a></li>
      <li><a href=#comma-separated-tokens><span class=secno>2.4.6 </span>Comma-separated tokens</a></li>
      <li><a href=#keywords-and-enumerated-attributes><span class=secno>2.4.7 </span>Keywords and enumerated attributes</a></li>
@@ -3429,18 +3428,8 @@
 
    </li>
 
-  </ol><h5 id=time-offsets><span class=secno>2.4.4.8 </span>Time offsets</h5>
+  </ol><h4 id=space-separated-tokens><span class=secno>2.4.5 </span>Space-separated tokens</h4>
 
-  <p class=XXX><dfn id=valid-time-offset>valid time offset</dfn>, <dfn id=rules-for-parsing-time-offsets>rules for
-  parsing time offsets</dfn>, <dfn id=time-offset-serialization-rules>time offset serialization
-  rules</dfn>; probably in the format "5d4h3m2.1s" or similar, with
-  all components being optional, and the last component's unit suffix
-  being optional if it's in seconds.</p>
-
-
-
-  <h4 id=space-separated-tokens><span class=secno>2.4.5 </span>Space-separated tokens</h4>
-
   <p>A <dfn id=set-of-space-separated-tokens>set of space-separated tokens</dfn> is a set of zero or
   more words separated by one or more <a href=#space-character title="space
   character">space characters</a>, where words consist of any
@@ -5014,19 +5003,6 @@
   attribute value.</p>
 
   <p>If a reflecting DOM attribute is a floating point number type
-  (<code>float</code>) and the content attribute is defined to contain
-  a time offset, then, on getting, the content attribute must be
-  parsed according to <a href=#rules-for-parsing-time-offsets title="rules for parsing time offsets">the
-  rules for parsing time offsets</a>, and if that is successful, the
-  resulting value, in seconds, must be returned. If that fails, or if
-  the attribute is absent, the default value must be returned, or the
-  not-a-number value (NaN) if there is no default value. On setting,
-  the given value, interpreted as a time offset in seconds, must be
-  converted to a string using the <a href=#time-offset-serialization-rules>time offset serialization
-  rules</a>, and that string must be used as the new content
-  attribute value.</p>
-
-  <p>If a reflecting DOM attribute is a floating point number type
   (<code>float</code>) and it doesn't fall into one of the earlier
   categories, then, on getting, the content attribute must be parsed
   according to <a href=#rules-for-parsing-floating-point-number-values title="rules for parsing floating point number

Modified: source
===================================================================
--- source	2008-11-25 10:46:22 UTC (rev 2435)
+++ source	2008-11-25 10:47:56 UTC (rev 2436)
@@ -2941,16 +2941,7 @@
   </ol>
 
 
-  <h5>Time offsets</h5>
 
-  <p class="XXX"><dfn>valid time offset</dfn>, <dfn>rules for
-  parsing time offsets</dfn>, <dfn>time offset serialization
-  rules</dfn>; probably in the format "5d4h3m2.1s" or similar, with
-  all components being optional, and the last component's unit suffix
-  being optional if it's in seconds.</p>
-
-
-
   <h4>Space-separated tokens</h4>
 
   <p>A <dfn>set of space-separated tokens</dfn> is a set of zero or
@@ -4861,19 +4852,6 @@
   attribute value.</p>
 
   <p>If a reflecting DOM attribute is a floating point number type
-  (<code>float</code>) and the content attribute is defined to contain
-  a time offset, then, on getting, the content attribute must be
-  parsed according to <span title="rules for parsing time offsets">the
-  rules for parsing time offsets</span>, and if that is successful, the
-  resulting value, in seconds, must be returned. If that fails, or if
-  the attribute is absent, the default value must be returned, or the
-  not-a-number value (NaN) if there is no default value. On setting,
-  the given value, interpreted as a time offset in seconds, must be
-  converted to a string using the <span>time offset serialization
-  rules</span>, and that string must be used as the new content
-  attribute value.</p>
-
-  <p>If a reflecting DOM attribute is a floating point number type
   (<code>float</code>) and it doesn't fall into one of the earlier
   categories, then, on getting, the content attribute must be parsed
   according to <span title="rules for parsing floating point number




More information about the Commit-Watchers mailing list