Skip to content

Commit

Permalink
[e] (0) sleep is for the weak
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4049 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent e8789ce commit dee5c11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions index
Expand Up @@ -13258,8 +13258,8 @@ not-slash = %x0000-002E / %x0030-10FFFF
Atom. <a href=#refsATOM>[ATOM]</a>

<p class=note>The <code><a href=#the-time-element>time</a></code> element's <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute can be used to
provide the publicate date for an <code><a href=#the-article-element>article</a></code>
elemement.</p>
provide the publication date for an <code><a href=#the-article-element>article</a></code>
element.</p>

<div class=example id=article-example>

Expand Down Expand Up @@ -50455,7 +50455,9 @@ interface <dfn id=window>Window</dfn> {
attributes">event handler content attribute</a> does not reset
the corresponding <a href=#event-handlers title="event handlers">event
handler</a>.</p> <!--
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/245 -->
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/245 onload
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/247 onclick
-->

<!-- v2: we should probably support HTML4's Content-Script-Type header here. -->

Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -14105,8 +14105,8 @@ not-slash = %x0000-002E / %x0030-10FFFF

<p class="note">The <code>time</code> element's <code
title="attr-time-pubdate">pubdate</code> attribute can be used to
provide the publicate date for an <code>article</code>
elemement.</p>
provide the publication date for an <code>article</code>
element.</p>

<div id="article-example" class="example">

Expand Down Expand Up @@ -56982,7 +56982,9 @@ interface <dfn>Window</dfn> {
attributes">event handler content attribute</span> does not reset
the corresponding <span title="event handlers">event
handler</span>.</p> <!--
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/245 -->
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/245 onload
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/247 onclick
-->

<!-- v2: we should probably support HTML4's Content-Script-Type header here. -->

Expand Down

0 comments on commit dee5c11

Please sign in to comment.