Skip to content

Commit

Permalink
[e] (0) Update examples for prior checkin; remove note on feedback si…
Browse files Browse the repository at this point in the history
…nce we didn't get any negative feedback and it's been a while now.

git-svn-id: http://svn.whatwg.org/webapps@2435 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 25, 2008
1 parent 9bf287f commit 5cbc4fa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 34 deletions.
26 changes: 9 additions & 17 deletions index
Expand Up @@ -12392,7 +12392,7 @@ this specification: the <abbr>WHATWG</abbr> and the

<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>
Expand All @@ -12413,13 +12413,6 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the

</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>
Expand Down Expand Up @@ -13818,15 +13811,14 @@ brighter. A &lt;b&gt;rat&lt;/b&gt; scurries past the corner wall.&lt;/p&gt;</pre

<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>
Expand Down
26 changes: 9 additions & 17 deletions source
Expand Up @@ -13203,7 +13203,7 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the

<p>In the following snippet:</p>

<pre>&lt;p>We stopped talking at &lt;time datetime="2006-09-24 05:00 -7">5am the next morning&lt;/time>.&lt;/p></pre>
<pre>&lt;p>We stopped talking at &lt;time datetime="2006-09-24T05:00-07:00">5am the next morning&lt;/time>.&lt;/p></pre>

<p>...the <code>time</code> element's <code
title="dom-time-date">date</code> attribute would have the value
Expand All @@ -13228,13 +13228,6 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the

</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>
Expand Down Expand Up @@ -14750,15 +14743,14 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>

<pre>&lt;h1>Stop-ship bugs&lt;/h1>
&lt;ol>
&lt;li>&lt;ins datetime="2008-02-12 15:20 Z"><em>Bug 225: Rain detector
doesn't work in snow</em>&lt;/ins>&lt;/li>
&lt;li>&lt;del datetime="2008-03-01 20:22 Z">&lt;ins datetime="2008-02-14
12:02 Z">Bug 228: Water buffer overflows in April&lt;/ins>&lt;/del>&lt;/li>
&lt;li>&lt;ins datetime="2008-02-16 13:50 Z"><em>Bug 230: Water heater
doesn't use renewable fuels</em>&lt;/ins>&lt;/li>
&lt;li>&lt;del datetime="2008-02-20 21:15 Z">&lt;ins datetime="2008-02-16
14:25 Z">Bug 232: Carbon dioxide emissions detected after
startup&lt;/ins>&lt;/del>&lt;/li>
&lt;li>&lt;ins datetime="2008-02-12T15:20Z"><em>Bug 225:
Rain detector doesn't work in snow</em>&lt;/ins>&lt;/li>
&lt;li>&lt;del datetime="2008-03-01T20:22Z">&lt;ins datetime="2008-02-14T12:02Z">Bug 228:
Water buffer overflows in April&lt;/ins>&lt;/del>&lt;/li>
&lt;li>&lt;ins datetime="2008-02-16T13:50Z"><em>Bug 230:
Water heater doesn't use renewable fuels</em>&lt;/ins>&lt;/li>
&lt;li>&lt;del datetime="2008-02-20T21:15Z">&lt;ins datetime="2008-02-16T14:25Z">Bug 232:
Carbon dioxide emissions detected after startup&lt;/ins>&lt;/del>&lt;/li>
&lt;/ol></pre>

</div>
Expand Down

0 comments on commit 5cbc4fa

Please sign in to comment.