Skip to content

Commit

Permalink
[go] (2) DOMContentLoaded event, draft 1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@829 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 18, 2007
1 parent dcf9f2a commit b62b635
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 4 additions & 2 deletions header-whatwg
Expand Up @@ -84,8 +84,10 @@


<p class="big-issue">Known issues are usually marked like <p class="big-issue">Known issues are usually marked like
this. There are some spec-wide issues that have not yet been this. There are some spec-wide issues that have not yet been
addressed: case-sensitivity is a very poorly handled topic addressed: case-sensitivity is a very poorly handled topic right
right now</p> now, and the firing of events needs to be unified (right now some
bubble, some don't, they all use different text to fire events,
etc).</p>




<h2 class="no-num no-toc" id="contents">Table of contents</h2> <h2 class="no-num no-toc" id="contents">Table of contents</h2>
Expand Down
10 changes: 8 additions & 2 deletions index
Expand Up @@ -22,7 +22,7 @@


<h1 id=html-5>HTML 5</h1> <h1 id=html-5>HTML 5</h1>


<h2 class="no-num no-toc" id=working>Working Draft &mdash; 17 May 2007</h2> <h2 class="no-num no-toc" id=working>Working Draft &mdash; 18 May 2007</h2>


<p>You can take part in this work. <a <p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -112,7 +112,9 @@


<p class=big-issue>Known issues are usually marked like this. There are <p class=big-issue>Known issues are usually marked like this. There are
some spec-wide issues that have not yet been addressed: case-sensitivity some spec-wide issues that have not yet been addressed: case-sensitivity
is a very poorly handled topic right now is a very poorly handled topic right now, and the firing of events needs
to be unified (right now some bubble, some don't, they all use different
text to fire events, etc).


<h2 class="no-num no-toc" id=contents>Table of contents</h2> <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<!--begin-toc--> <!--begin-toc-->
Expand Down Expand Up @@ -36983,6 +36985,10 @@ Put the following into the MathML namespace if parsed:
<p>By this point, there will be no scripts that have loaded but have not <p>By this point, there will be no scripts that have loaded but have not
yet been executed. yet been executed.


<p>The user agent must then <a href="#firing2">fire a simple event</a>
called <code title=event-DOMContentLoaded>DOMContentLoaded</code> at the
<code>Document</code>.

<p>Once everything that <dfn id=delays title="delay the load event">delays <p>Once everything that <dfn id=delays title="delay the load event">delays
the load event</dfn> has completed, the user agent must <a href="#firing4" the load event</dfn> has completed, the user agent must <a href="#firing4"
title="fire a load event">fire a <code title=event-load>load</code> title="fire a load event">fire a <code title=event-load>load</code>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -34668,6 +34668,10 @@ Put the following into the MathML namespace if parsed:
<p>By this point, there will be no scripts that have loaded but have <p>By this point, there will be no scripts that have loaded but have
not yet been executed.</p> not yet been executed.</p>


<p>The user agent must then <span>fire a simple event</span> called
<code title="event-DOMContentLoaded">DOMContentLoaded</code> at the
<code>Document</code>.</p>

<p>Once everything that <dfn title="delay the load event">delays the <p>Once everything that <dfn title="delay the load event">delays the
load event</dfn> has completed, the user agent must <span load event</dfn> has completed, the user agent must <span
title="fire a load event">fire a <code title="fire a load event">fire a <code
Expand Down

0 comments on commit b62b635

Please sign in to comment.