Define handling of <area>.click() and popup blockers. (whatwg r3295)

Define handling of <area>.click() and popup blockers. (whatwg r3295)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2441&r2=1.2442&f=h
http://html5.org/tools/web-apps-tracker?from=3294&to=3295

===================================================================
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:45:14 UTC