- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 10:09:48 +0900 (JST)
- To: public-html-diffs@w3.org
Fill in the rules about .click() not opening a popup. (whatwg r3273) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2420&r2=1.2421&f=h http://html5.org/tools/web-apps-tracker?from=3272&to=3273 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2420 retrieving revision 1.2421 diff -u -d -r1.2420 -r1.2421 --- Overview.html 16 Jun 2009 01:03:22 -0000 1.2420 +++ Overview.html 16 Jun 2009 01:09:32 -0000 1.2421 @@ -11863,9 +11863,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
Received on Tuesday, 16 June 2009 01:10:22 UTC