[html5] r2435 - [e] (0) Update examples for prior checkin; remove note on feedback since we didn [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Nov 25 02:46:22 PST 2008
Author: ianh
Date: 2008-11-25 02:46:22 -0800 (Tue, 25 Nov 2008)
New Revision: 2435
Modified:
index
source
Log:
[e] (0) Update examples for prior checkin; remove note on feedback since we didn't get any negative feedback and it's been a while now.
Modified: index
===================================================================
--- index 2008-11-25 10:40:20 UTC (rev 2434)
+++ index 2008-11-25 10:46:22 UTC (rev 2435)
@@ -12392,7 +12392,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>
@@ -12413,15 +12413,8 @@
</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.</p>
-
<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>
@@ -13818,15 +13811,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>
Modified: source
===================================================================
--- source 2008-11-25 10:40:20 UTC (rev 2434)
+++ source 2008-11-25 10:46:22 UTC (rev 2435)
@@ -13203,7 +13203,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>time</code> element's <code
title="dom-time-date">date</code> attribute would have the value
@@ -13228,15 +13228,8 @@
</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.</p>
-
<h4>The <dfn><code>progress</code></dfn> element</h4>
<dl class="element">
@@ -14750,15 +14743,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>
More information about the Commit-Watchers
mailing list