Skip to content

Commit

Permalink
[] (0) Fill in the rules about .click() not opening a popup.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3273 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2009
1 parent f125c9e commit 5966722
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -13610,9 +13610,12 @@ first matching case):</p>

<ol><li><p>If the <code title=event-DOMActivate>DOMActivate</code>
event in question is not <span title=concept-events-trusted>trusted</span> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
event being dispatched), and the <code><a href=#the-a-element>a</a></code> element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute is <span class=XXX>...</span> then raise an
<code><a href=#invalid_access_err>INVALID_ACCESS_ERR</a></code> exception and abort these
steps.</li>
event being dispatched), and the <code><a href=#the-a-element>a</a></code> element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute is such that
applying <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
browsing context name</a>, using the value of the <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute as the
browsing context name, would result in there not being a chosen
browsing context, then raise an <code><a href=#invalid_access_err>INVALID_ACCESS_ERR</a></code>
exception and abort these steps.</li>

<li><p>If the target of the <code title=event-click>click</code>
event is an <code><a href=#the-img-element>img</a></code> element with an <code title=attr-img-ismap><a href=#attr-img-ismap>ismap</a></code> attribute specified, then
Expand Down
11 changes: 7 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -14399,10 +14399,13 @@ first matching case):&lt;/p&gt;
title="concept-events-trusted">trusted</span> (i.e. a <code
title="dom-click">click()</code> method call was the reason for the
event being dispatched), and the <code>a</code> element's <code
title="attr-hyperlink-target">target</code> attribute is <span
class="XXX">...</span> then raise an
<code>INVALID_ACCESS_ERR</code> exception and abort these
steps.</p></li>
title="attr-hyperlink-target">target</code> attribute is such that
applying <span>the rules for choosing a browsing context given a
browsing context name</span>, using the value of the <code
title="attr-hyperlink-target">target</code> attribute as the
browsing context name, would result in there not being a chosen
browsing context, then raise an <code>INVALID_ACCESS_ERR</code>
exception and abort these steps.</p></li>

<li><p>If the target of the <code title="event-click">click</code>
event is an <code>img</code> element with an <code
Expand Down

0 comments on commit 5966722

Please sign in to comment.