- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 01:09:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1176 Modified Files: Overview.html Log Message: Fill in the rules about .click() not opening a popup. (whatwg r3273) Index: Overview.html =================================================================== 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:09:42 UTC