Skip to content

Commit

Permalink
[e] (0) move Event handling section to the 'other specs' section
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@538 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2007
1 parent 2e649bd commit 2c5bb89
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
24 changes: 12 additions & 12 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -894,9 +894,6 @@

<li><a href="#event"><span class=secno>4.2.7.2. </span>Event
firing</a>

<li><a href="#event-handling"><span class=secno>4.2.7.3.
</span>Event handling</a>
</ul>
</ul>

Expand Down Expand Up @@ -1486,6 +1483,9 @@
3D scenes</a>

<li><a href="#timers"><span class=secno>11.4. </span>Timers</a>

<li><a href="#event-handling"><span class=secno>11.5. </span>Event
handling</a>
</ul>

<li class=no-num><a href="#references">References</a>
Expand Down Expand Up @@ -19623,15 +19623,6 @@ XXX selection ranges -->
are defined in terms of <em>any</em> event of the right type on that
element, not those that are dispatched in expected ways.

<h5 id=event-handling><span class=secno>4.2.7.3. </span>Event handling</h5>

<p class=big-issue>We need a section to define how events all work, default
actions, etc. For example, how does clicking on a span in a link that is
in another link actually cause a link to be followed? which one? (where
should this section be?)</p>
<!-- XXX "following hyperlinks" is the default action of DOMActivate -->
<!-- (doing this for 'trusted' events only must be allowed) -->

<h3 id=links><span class=secno>4.3. </span>Links</h3>

<h4 id=hyperlink><span class=secno>4.3.1. </span>Hyperlink elements</h4>
Expand Down Expand Up @@ -33654,6 +33645,15 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
<p>Timeouts must never fire while another script is executing. (Thus the
HTML scripting model is strictly single-threaded and not reentrant.)

<h3 id=event-handling><span class=secno>11.5. </span>Event handling</h3>

<p class=big-issue>We need a section to define how events all work, default
actions, etc. For example, how does clicking on a span in a link that is
in another link actually cause a link to be followed? which one? (where
should this section be?)</p>
<!-- XXX "following hyperlinks" is the default action of DOMActivate -->
<!-- (doing this for 'trusted' events only must be allowed) -->

<h2 class=no-num id=references>References</h2>

<p class=big-issue>This section will be written in a future
Expand Down
21 changes: 10 additions & 11 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -17552,17 +17552,6 @@ XXX selection ranges -->
expected ways.</p>


<h5 id="event-handling">Event handling</h5>

<p class="big-issue">We need a section to define how events all
work, default actions, etc. For example, how does clicking on a span
in a link that is in another link actually cause a link to be
followed? which one? (where should this section be?)</p>

<!-- XXX "following hyperlinks" is the default action of DOMActivate -->
<!-- (doing this for 'trusted' events only must be allowed) -->



<h3 id="links">Links</h3>

Expand Down Expand Up @@ -30565,6 +30554,16 @@ interface <dfn>TimeoutHandler</dfn> {
reentrant.)</p>


<h3 id="event-handling">Event handling</h3>

<p class="big-issue">We need a section to define how events all
work, default actions, etc. For example, how does clicking on a span
in a link that is in another link actually cause a link to be
followed? which one? (where should this section be?)</p>

<!-- XXX "following hyperlinks" is the default action of DOMActivate -->
<!-- (doing this for 'trusted' events only must be allowed) -->



<h2 class="no-num" id="references">References</h2>
Expand Down

0 comments on commit 2c5bb89

Please sign in to comment.