html5/spec Overview.html,1.1606,1.1607

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29427

Modified Files:
	Overview.html 
Log Message:
Update examples for prior checkin; remove note on feedback since we didn't get any negative feedback and it's been a while now. (whatwg r2435)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1606
retrieving revision 1.1607
diff -u -d -r1.1606 -r1.1607
--- Overview.html	25 Nov 2008 10:40:24 -0000	1.1606
+++ Overview.html	25 Nov 2008 10:46:26 -0000	1.1607
@@ -10128,7 +10128,7 @@
 
    <p>In the following snippet:</p>
 
-   <pre>&lt;p&gt;We stopped talking at &lt;time datetime="2006-09-24 05:00 -7"&gt;5am the next morning&lt;/time&gt;.&lt;/p&gt;</pre>
+   <pre>&lt;p&gt;We stopped talking at &lt;time datetime="2006-09-24T05:00-07:00"&gt;5am the next morning&lt;/time&gt;.&lt;/p&gt;</pre>
 
    <p>...the <code><a href=#the-time-element>time</a></code> element's <code title=dom-time-date><a href=#dom-time-date>date</a></code> attribute would have the value
    1,159,056,000,000ms, the <code title=dom-time-time><a href=#dom-time-time>time</a></code>
@@ -10147,12 +10147,7 @@
    value 28,800,000ms, and the <code title=dom-time-timezone><a href=#dom-time-timezone>timezone</a></code> attribute would return
    null.</p>
 
-  </div><p class=XXX>These APIs may be suboptimal. Comments on
-  making them more useful to JS authors are welcome. The primary use
-  cases for these elements are for marking up publication dates
-  e.g. in blog entries, and for marking event dates in hCalendar
-  markup. Thus the DOM APIs are likely to be used as ways to generate
-  interactive calendar widgets or some such.<h4 id=the-progress-element><span class=secno>4.6.11 </span>The <dfn><code>progress</code></dfn> element</h4><dl class=element><dt>Categories</dt>
+  </div><h4 id=the-progress-element><span class=secno>4.6.11 </span>The <dfn><code>progress</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
@@ -11224,15 +11219,14 @@
 
    <pre>&lt;h1&gt;Stop-ship bugs&lt;/h1&gt;
 &lt;ol&gt;
- &lt;li&gt;&lt;ins datetime="2008-02-12 15:20 Z"&gt;<em>Bug 225: Rain detector
- doesn't work in snow</em>&lt;/ins&gt;&lt;/li&gt;
- &lt;li&gt;&lt;del datetime="2008-03-01 20:22 Z"&gt;&lt;ins datetime="2008-02-14 
- 12:02 Z"&gt;Bug 228: Water buffer overflows in April&lt;/ins&gt;&lt;/del&gt;&lt;/li&gt;
- &lt;li&gt;&lt;ins datetime="2008-02-16 13:50 Z"&gt;<em>Bug 230: Water heater
- doesn't use renewable fuels</em>&lt;/ins&gt;&lt;/li&gt;
- &lt;li&gt;&lt;del datetime="2008-02-20 21:15 Z"&gt;&lt;ins datetime="2008-02-16
- 14:25 Z"&gt;Bug 232: Carbon dioxide emissions detected after
- startup&lt;/ins&gt;&lt;/del&gt;&lt;/li&gt;
+ &lt;li&gt;&lt;ins datetime="2008-02-12T15:20Z"&gt;<em>Bug 225:
+ Rain detector doesn't work in snow</em>&lt;/ins&gt;&lt;/li&gt;
+ &lt;li&gt;&lt;del datetime="2008-03-01T20:22Z"&gt;&lt;ins datetime="2008-02-14T12:02Z"&gt;Bug 228:
+ Water buffer overflows in April&lt;/ins&gt;&lt;/del&gt;&lt;/li&gt;
+ &lt;li&gt;&lt;ins datetime="2008-02-16T13:50Z"&gt;<em>Bug 230:
+ Water heater doesn't use renewable fuels</em>&lt;/ins&gt;&lt;/li&gt;
+ &lt;li&gt;&lt;del datetime="2008-02-20T21:15Z"&gt;&lt;ins datetime="2008-02-16T14:25Z"&gt;Bug 232:
+ Carbon dioxide emissions detected after startup&lt;/ins&gt;&lt;/del&gt;&lt;/li&gt;
 &lt;/ol&gt;</pre>
 
   </div><div class=example>

Received on Tuesday, 25 November 2008 10:46:38 UTC