Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie committed Oct 24, 2011
1 parent 43cc9ad commit 2cf56b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
11 changes: 5 additions & 6 deletions complete.html
Expand Up @@ -39133,12 +39133,11 @@ <h5 id=processing-model><span class=secno>4.8.14.2 </span>Processing model</h5>
</ol><p>Pointing device interaction with an image associated with a set
of layered shapes per the above algorithm must result in the
relevant user interaction events being first fired to the top-most
shape covering the point that the pointing device indicated (if
any), and then fired again (with a new <code><a href=#event>Event</a></code> object) to
the image element itself. User agents may also allow individual
<code><a href=#the-area-element>area</a></code> elements representing <a href=#hyperlink title=hyperlink>hyperlinks</a> to be selected and activated
(e.g. using a keyboard); events from this are not also propagated to
the image.</p>
shape covering the point that the pointing device indicated, if any,
or to the image element itself, if there is no shape covering that
point. User agents may also allow individual <code><a href=#the-area-element>area</a></code>
elements representing <a href=#hyperlink title=hyperlink>hyperlinks</a> to
be selected and activated (e.g. using a keyboard).</p>

<p class=note>Because a <code><a href=#the-map-element>map</a></code> element (and its
<code><a href=#the-area-element>area</a></code> elements) can be associated with multiple
Expand Down
11 changes: 5 additions & 6 deletions index
Expand Up @@ -39133,12 +39133,11 @@ function AddCloud(data, x, y) { ... }</pre>
</ol><p>Pointing device interaction with an image associated with a set
of layered shapes per the above algorithm must result in the
relevant user interaction events being first fired to the top-most
shape covering the point that the pointing device indicated (if
any), and then fired again (with a new <code><a href=#event>Event</a></code> object) to
the image element itself. User agents may also allow individual
<code><a href=#the-area-element>area</a></code> elements representing <a href=#hyperlink title=hyperlink>hyperlinks</a> to be selected and activated
(e.g. using a keyboard); events from this are not also propagated to
the image.</p>
shape covering the point that the pointing device indicated, if any,
or to the image element itself, if there is no shape covering that
point. User agents may also allow individual <code><a href=#the-area-element>area</a></code>
elements representing <a href=#hyperlink title=hyperlink>hyperlinks</a> to
be selected and activated (e.g. using a keyboard).</p>

<p class=note>Because a <code><a href=#the-map-element>map</a></code> element (and its
<code><a href=#the-area-element>area</a></code> elements) can be associated with multiple
Expand Down
12 changes: 5 additions & 7 deletions source
Expand Up @@ -43420,13 +43420,11 @@ function AddCloud(data, x, y) { ... }</pre>
<p>Pointing device interaction with an image associated with a set
of layered shapes per the above algorithm must result in the
relevant user interaction events being first fired to the top-most
shape covering the point that the pointing device indicated (if
any), and then fired again (with a new <code>Event</code> object) to
the image element itself. User agents may also allow individual
<code>area</code> elements representing <span
title="hyperlink">hyperlinks</span> to be selected and activated
(e.g. using a keyboard); events from this are not also propagated to
the image.</p>
shape covering the point that the pointing device indicated, if any,
or to the image element itself, if there is no shape covering that
point. User agents may also allow individual <code>area</code>
elements representing <span title="hyperlink">hyperlinks</span> to
be selected and activated (e.g. using a keyboard).</p>

<p class="note">Because a <code>map</code> element (and its
<code>area</code> elements) can be associated with multiple
Expand Down

0 comments on commit 2cf56b3

Please sign in to comment.