- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Jun 2009 04:44:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21725 Modified Files: Overview.html Log Message: Define handling of <area>.click() and popup blockers. (whatwg r3295) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2441 retrieving revision 1.2442 diff -u -d -r1.2441 -r1.2442 --- Overview.html 17 Jun 2009 04:29:55 -0000 1.2441 +++ Overview.html 17 Jun 2009 04:44:25 -0000 1.2442 @@ -22122,10 +22122,14 @@ <p>The <a href="#activation-behavior">activation behavior</a> of <code><a href="#the-area-element">area</a></code> elements is to run the following steps:</p> - <ol><li>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-area-element">area</a></code> element's <code title="attr-area-target">target</code> attribute is <span class="XXX">...</span> then raise an - <code><a href="#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception.</li> + <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-area-element">area</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>Otherwise, the user agent must <a href="#following-hyperlinks" title="following hyperlinks">follow the hyperlink</a> defined by the
Received on Wednesday, 17 June 2009 04:44:35 UTC