[html5] r6625 - [e] (0) accuracy Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13822

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 4 13:00:17 PDT 2011


Author: ianh
Date: 2011-10-04 13:00:15 -0700 (Tue, 04 Oct 2011)
New Revision: 6625

Modified:
   complete.html
   index
   source
Log:
[e] (0) accuracy
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13822

Modified: complete.html
===================================================================
--- complete.html	2011-10-04 19:55:28 UTC (rev 6624)
+++ complete.html	2011-10-04 20:00:15 UTC (rev 6625)
@@ -3260,10 +3260,10 @@
   data.</p>
 
   <p>In the contexts of events, the terms <dfn title="">fire</dfn> and
-  <dfn title="">dispatch</dfn> are used as defined in the DOM Core
-  specification: firing an event means to create and dispatch it, and
-  dispatching an event means to follow the steps that propagate the
-  event through the tree. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used to refer
+  <dfn id=concept-event-dispatch title=concept-event-dispatch>dispatch</dfn> are used as
+  defined in the DOM Core specification: firing an event means to
+  create and dispatch it, and dispatching an event means to follow the
+  steps that propagate the event through the tree. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used to refer
   to events that have the <span>trusted flag</span> set. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
 
@@ -37808,9 +37808,7 @@
     wholesale, with no composition, alpha blending, no shadows,
     etc.</p>
 
-    <p>If the first argument is null, throws a
-    <code><a href=#typemismatcherror>TypeMismatchError</a></code> exception. Throws a
-    <code><a href=#notsupportederror>NotSupportedError</a></code> exception if any of the other
+    <p>Throws a <code><a href=#notsupportederror>NotSupportedError</a></code> exception if any of the
     arguments are not finite.</p>
 
    </dd>
@@ -69308,22 +69306,13 @@
   <p>When an event is dispatched at a DOM node in a
   <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a>, if the
   event is not a <code title=event-load>load</code> event, the user
-  agent must also dispatch the event to the <code><a href=#window>Window</a></code>, as
-  follows:</p>
+  agent must act as if, for the purposes of <a href=#concept-event-dispatch title=concept-event-dispatch>event dispatching</a>, the
+  <code><a href=#window>Window</a></code> object is the parent of the
+  <code><a href=#document>Document</a></code> object. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
-  <ol><li>In the capture phase, the event must propagate to the
-   <code><a href=#window>Window</a></code> object before propagating to any of the nodes,
-   as if the <code><a href=#window>Window</a></code> object was the parent of the
-   <code><a href=#document>Document</a></code> in the dispatch chain.</li>
+  </div>
 
-   <li>In the bubble phase, the event must propagate up to the
-   <code><a href=#window>Window</a></code> object at the end of the phase, unless bubbling
-   has been prevented, again as if the <code><a href=#window>Window</a></code> object was
-   the parent of the <code><a href=#document>Document</a></code> in the dispatch chain.</li>
 
-  </ol></div>
-
-
   <h3 id=atob><span class=secno>7.2 </span>Base64 utility methods</h3>
 
   <p>The <code title=dom-windowbase64-atob><a href=#dom-windowbase64-atob>atob()</a></code> and <code title=dom-windowbase64-btoa><a href=#dom-windowbase64-btoa>btoa()</a></code> methods allow authors to

Modified: index
===================================================================
--- index	2011-10-04 19:55:28 UTC (rev 6624)
+++ index	2011-10-04 20:00:15 UTC (rev 6625)
@@ -3260,10 +3260,10 @@
   data.</p>
 
   <p>In the contexts of events, the terms <dfn title="">fire</dfn> and
-  <dfn title="">dispatch</dfn> are used as defined in the DOM Core
-  specification: firing an event means to create and dispatch it, and
-  dispatching an event means to follow the steps that propagate the
-  event through the tree. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used to refer
+  <dfn id=concept-event-dispatch title=concept-event-dispatch>dispatch</dfn> are used as
+  defined in the DOM Core specification: firing an event means to
+  create and dispatch it, and dispatching an event means to follow the
+  steps that propagate the event through the tree. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used to refer
   to events that have the <span>trusted flag</span> set. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
 
@@ -37808,9 +37808,7 @@
     wholesale, with no composition, alpha blending, no shadows,
     etc.</p>
 
-    <p>If the first argument is null, throws a
-    <code><a href=#typemismatcherror>TypeMismatchError</a></code> exception. Throws a
-    <code><a href=#notsupportederror>NotSupportedError</a></code> exception if any of the other
+    <p>Throws a <code><a href=#notsupportederror>NotSupportedError</a></code> exception if any of the
     arguments are not finite.</p>
 
    </dd>
@@ -69308,22 +69306,13 @@
   <p>When an event is dispatched at a DOM node in a
   <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a>, if the
   event is not a <code title=event-load>load</code> event, the user
-  agent must also dispatch the event to the <code><a href=#window>Window</a></code>, as
-  follows:</p>
+  agent must act as if, for the purposes of <a href=#concept-event-dispatch title=concept-event-dispatch>event dispatching</a>, the
+  <code><a href=#window>Window</a></code> object is the parent of the
+  <code><a href=#document>Document</a></code> object. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
-  <ol><li>In the capture phase, the event must propagate to the
-   <code><a href=#window>Window</a></code> object before propagating to any of the nodes,
-   as if the <code><a href=#window>Window</a></code> object was the parent of the
-   <code><a href=#document>Document</a></code> in the dispatch chain.</li>
+  </div>
 
-   <li>In the bubble phase, the event must propagate up to the
-   <code><a href=#window>Window</a></code> object at the end of the phase, unless bubbling
-   has been prevented, again as if the <code><a href=#window>Window</a></code> object was
-   the parent of the <code><a href=#document>Document</a></code> in the dispatch chain.</li>
 
-  </ol></div>
-
-
   <h3 id=atob><span class=secno>7.2 </span>Base64 utility methods</h3>
 
   <p>The <code title=dom-windowbase64-atob><a href=#dom-windowbase64-atob>atob()</a></code> and <code title=dom-windowbase64-btoa><a href=#dom-windowbase64-btoa>btoa()</a></code> methods allow authors to

Modified: source
===================================================================
--- source	2011-10-04 19:55:28 UTC (rev 6624)
+++ source	2011-10-04 20:00:15 UTC (rev 6625)
@@ -2133,10 +2133,10 @@
   data.</p>
 
   <p>In the contexts of events, the terms <dfn title="">fire</dfn> and
-  <dfn title="">dispatch</dfn> are used as defined in the DOM Core
-  specification: firing an event means to create and dispatch it, and
-  dispatching an event means to follow the steps that propagate the
-  event through the tree. The term <dfn
+  <dfn title="concept-event-dispatch">dispatch</dfn> are used as
+  defined in the DOM Core specification: firing an event means to
+  create and dispatch it, and dispatching an event means to follow the
+  steps that propagate the event through the tree. The term <dfn
   title="concept-events-trusted">trusted event</dfn> is used to refer
   to events that have the <span>trusted flag</span> set. <a
   href="#refsDOMCORE">[DOMCORE]</a></p>
@@ -41873,9 +41873,7 @@
     wholesale, with no composition, alpha blending, no shadows,
     etc.</p>
 
-    <p>If the first argument is null, throws a
-    <code>TypeMismatchError</code> exception. Throws a
-    <code>NotSupportedError</code> exception if any of the other
+    <p>Throws a <code>NotSupportedError</code> exception if any of the
     arguments are not finite.</p>
 
    </dd>
@@ -78882,23 +78880,12 @@
   <p>When an event is dispatched at a DOM node in a
   <code>Document</code> in a <span>browsing context</span>, if the
   event is not a <code title="event-load">load</code> event, the user
-  agent must also dispatch the event to the <code>Window</code>, as
-  follows:</p>
+  agent must act as if, for the purposes of <span
+  title="concept-event-dispatch">event dispatching</span>, the
+  <code>Window</code> object is the parent of the
+  <code>Document</code> object. <a
+  href="#refsDOMCORE">[DOMCORE]</a></p>
 
-  <ol>
-
-   <li>In the capture phase, the event must propagate to the
-   <code>Window</code> object before propagating to any of the nodes,
-   as if the <code>Window</code> object was the parent of the
-   <code>Document</code> in the dispatch chain.</li>
-
-   <li>In the bubble phase, the event must propagate up to the
-   <code>Window</code> object at the end of the phase, unless bubbling
-   has been prevented, again as if the <code>Window</code> object was
-   the parent of the <code>Document</code> in the dispatch chain.</li>
-
-  </ol>
-
   </div>
 
 




More information about the Commit-Watchers mailing list