[html5] r829 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 17 22:43:17 PDT 2007


Author: ianh
Date: 2007-05-17 22:43:16 -0700 (Thu, 17 May 2007)
New Revision: 829

Modified:
   header-whatwg
   index
   source
Log:
[go] (2) DOMContentLoaded event, draft 1

Modified: header-whatwg
===================================================================
--- header-whatwg	2007-05-17 23:08:02 UTC (rev 828)
+++ header-whatwg	2007-05-18 05:43:16 UTC (rev 829)
@@ -84,8 +84,10 @@
 
   <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 is a very poorly handled topic
-  right now</p>
+  addressed: case-sensitivity 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).</p>
 
 
   <h2 class="no-num no-toc" id="contents">Table of contents</h2>

Modified: index
===================================================================
--- index	2007-05-17 23:08:02 UTC (rev 828)
+++ index	2007-05-18 05:43:16 UTC (rev 829)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 17 May 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 18 May 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -112,7 +112,9 @@
 
   <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
-   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>
   <!--begin-toc-->
@@ -36983,6 +36985,10 @@
   <p>By this point, there will be no scripts that have loaded but have not
    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
    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>

Modified: source
===================================================================
--- source	2007-05-17 23:08:02 UTC (rev 828)
+++ source	2007-05-18 05:43:16 UTC (rev 829)
@@ -34668,6 +34668,10 @@
   <p>By this point, there will be no scripts that have loaded but have
   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
   load event</dfn> has completed, the user agent must <span
   title="fire a load event">fire a <code




More information about the Commit-Watchers mailing list