[html5] r3273 - [] (0) Fill in the rules about .click() not opening a popup.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 15 18:09:28 PDT 2009
Author: ianh
Date: 2009-06-15 18:09:26 -0700 (Mon, 15 Jun 2009)
New Revision: 3273
Modified:
index
source
Log:
[] (0) Fill in the rules about .click() not opening a popup.
Modified: index
===================================================================
--- index 2009-06-16 01:03:17 UTC (rev 3272)
+++ index 2009-06-16 01:09:26 UTC (rev 3273)
@@ -13610,9 +13610,12 @@
<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
Modified: source
===================================================================
--- source 2009-06-16 01:03:17 UTC (rev 3272)
+++ source 2009-06-16 01:09:26 UTC (rev 3273)
@@ -14399,10 +14399,13 @@
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
More information about the Commit-Watchers
mailing list