hixie: Compatibility for pop-up blocking logic. (also wording change for bug 14472) (whatwg r6739)

hixie: Compatibility for pop-up blocking logic. (also wording change for
bug 14472) (whatwg r6739)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5404&r2=1.5405&f=h
http://html5.org/tools/web-apps-tracker?from=6738&to=6739

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5404
retrieving revision 1.5405
diff -u -d -r1.5404 -r1.5405
--- Overview.html 24 Oct 2011 23:21:27 -0000 1.5404
+++ Overview.html 24 Oct 2011 23:37:33 -0000 1.5405
@@ -44178,16 +44178,15 @@
   </table><p><small>&dagger; This case is only possible if the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute also allows
   scripts.</small><div class="impl">
 
-  <hr><p>An algorithm is <dfn id="allowed-to-show-a-pop-up">allowed to show a pop-up</dfn> if:
+  <hr><p>An algorithm is <dfn id="allowed-to-show-a-pop-up">allowed to show a pop-up</dfn> if, in the
+  <a href="#concept-task" title="concept-task">task</a> in which the algorithm is
+  running, either:</p>
 
-  <ul class="brief"><li>it is running in the context of an <a href="#activation-behavior">activation
-   behavior</a> or of the <a href="#concept-event-dispatch" title="concept-event-dispatch">dispatching</a> of a <code title="event-click"><a href="#event-click">click</a></code> event, and</li>
+  <ul class="brief"><li>an <a href="#activation-behavior">activation behavior</a> is currently being
+   processed whose <code title="event-click"><a href="#event-click">click</a></code> event was
+   <a href="#concept-events-trusted" title="concept-events-trusted">trusted</a>, or</li>
 
-   <li>The <code title="event-click"><a href="#event-click">click</a></code> events that led to
-   the triggering of the <a href="#activation-behavior" title="activation behavior">activation
-   behaviors</a>, if any, and the <code title="event-click"><a href="#event-click">click</a></code> events of any <a href="#concept-event-dispatch" title="concept-event-dispatch">event dispatching</a> that
-   indirectly led to the algorithm being invoked, if any, are all
-   <a href="#concept-events-trusted" title="concept-events-trusted">trusted</a>.</li>
+   <li>the event listener for a <a href="#concept-events-trusted" title="concept-events-trusted">trusted</a> <code title="event-click"><a href="#event-click">click</a></code> event is being handled.</li>
 
   </ul><hr><p><dfn id="the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">The rules for choosing a browsing context given a browsing
   context name</dfn> are as follows. The rules assume that they are
@@ -62060,7 +62059,8 @@
 
     <p>If any of the tokens in the <var><a href="#pending-table-character-tokens">pending table character
     tokens</a></var> list are character tokens that are not <a href="#space-character" title="space character">space characters</a>, then reprocess
-    those character tokens using the rules given in the "anything
+    the character tokens in the <var><a href="#pending-table-character-tokens">pending table character
+    tokens</a></var> list using the rules given in the "anything
     else" entry in the "<a href="#parsing-main-intable" title="insertion mode: in table">in
     table</a>" insertion mode.</p>
 
@@ -62068,6 +62068,7 @@
     characters</a> given by the <var><a href="#pending-table-character-tokens">pending table character
     tokens</a></var> list into the <a href="#current-node">current node</a>.</p>
 
+    
     <p>Switch the <a href="#insertion-mode">insertion mode</a> to the <a href="#original-insertion-mode">original
     insertion mode</a> and reprocess the token.</p>

Received on Monday, 24 October 2011 23:37:54 UTC