- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Nov 2008 10:46:29 +0000
- To: public-html-commits@w3.org
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><p>We stopped talking at <time datetime="2006-09-24 05:00 -7">5am the next morning</time>.</p></pre>
+ <pre><p>We stopped talking at <time datetime="2006-09-24T05:00-07:00">5am the next morning</time>.</p></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><h1>Stop-ship bugs</h1>
<ol>
- <li><ins datetime="2008-02-12 15:20 Z"><em>Bug 225: Rain detector
- doesn't work in snow</em></ins></li>
- <li><del datetime="2008-03-01 20:22 Z"><ins datetime="2008-02-14
- 12:02 Z">Bug 228: Water buffer overflows in April</ins></del></li>
- <li><ins datetime="2008-02-16 13:50 Z"><em>Bug 230: Water heater
- doesn't use renewable fuels</em></ins></li>
- <li><del datetime="2008-02-20 21:15 Z"><ins datetime="2008-02-16
- 14:25 Z">Bug 232: Carbon dioxide emissions detected after
- startup</ins></del></li>
+ <li><ins datetime="2008-02-12T15:20Z"><em>Bug 225:
+ Rain detector doesn't work in snow</em></ins></li>
+ <li><del datetime="2008-03-01T20:22Z"><ins datetime="2008-02-14T12:02Z">Bug 228:
+ Water buffer overflows in April</ins></del></li>
+ <li><ins datetime="2008-02-16T13:50Z"><em>Bug 230:
+ Water heater doesn't use renewable fuels</em></ins></li>
+ <li><del datetime="2008-02-20T21:15Z"><ins datetime="2008-02-16T14:25Z">Bug 232:
+ Carbon dioxide emissions detected after startup</ins></del></li>
</ol></pre>
</div><div class=example>
Received on Tuesday, 25 November 2008 10:46:38 UTC