[html5] r8763 - [e] (0) typo near 'unload' event logic Fixing https://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 12 10:39:38 PDT 2014


Author: ianh
Date: 2014-09-12 10:39:34 -0700 (Fri, 12 Sep 2014)
New Revision: 8763

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo near 'unload' event logic
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26557
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-09-12 17:37:08 UTC (rev 8762)
+++ complete.html	2014-09-12 17:39:34 UTC (rev 8763)
@@ -19921,8 +19921,7 @@
   from a document</a>, the user agent must <a href=#a-browsing-context-is-discarded id=the-iframe-element:a-browsing-context-is-discarded>discard</a> the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-6>nested browsing context</a>, if any.</p>
 
   <p class=note>This happens without any <code id=the-iframe-element:event-unload><a href=#event-unload>unload</a></code> events firing
-  (the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-7>nested browsing context</a> and its <code id=the-iframe-element:document-2><a href=#document>Document</a></code> are <em><a href=#a-browsing-context-is-discarded id=the-iframe-element:a-browsing-context-is-discarded-2>discarded</a></em>, not <em><span> data-x="unload a
-  document">unloaded</span></em>).</p>
+  (the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-7>nested browsing context</a> and its <code id=the-iframe-element:document-2><a href=#document>Document</a></code> are <em><a href=#a-browsing-context-is-discarded id=the-iframe-element:a-browsing-context-is-discarded-2>discarded</a></em>, not <em><a href=#unload-a-document id=the-iframe-element:unload-a-document>unloaded</a></em>).</p>
 
   
 

Modified: index
===================================================================
--- index	2014-09-12 17:37:08 UTC (rev 8762)
+++ index	2014-09-12 17:39:34 UTC (rev 8763)
@@ -19921,8 +19921,7 @@
   from a document</a>, the user agent must <a href=#a-browsing-context-is-discarded id=the-iframe-element:a-browsing-context-is-discarded>discard</a> the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-6>nested browsing context</a>, if any.</p>
 
   <p class=note>This happens without any <code id=the-iframe-element:event-unload><a href=#event-unload>unload</a></code> events firing
-  (the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-7>nested browsing context</a> and its <code id=the-iframe-element:document-2><a href=#document>Document</a></code> are <em><a href=#a-browsing-context-is-discarded id=the-iframe-element:a-browsing-context-is-discarded-2>discarded</a></em>, not <em><span> data-x="unload a
-  document">unloaded</span></em>).</p>
+  (the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-7>nested browsing context</a> and its <code id=the-iframe-element:document-2><a href=#document>Document</a></code> are <em><a href=#a-browsing-context-is-discarded id=the-iframe-element:a-browsing-context-is-discarded-2>discarded</a></em>, not <em><a href=#unload-a-document id=the-iframe-element:unload-a-document>unloaded</a></em>).</p>
 
   
 

Modified: source
===================================================================
--- source	2014-09-12 17:37:08 UTC (rev 8762)
+++ source	2014-09-12 17:39:34 UTC (rev 8763)
@@ -24898,7 +24898,7 @@
 
   <p class="note">This happens without any <code data-x="event-unload">unload</code> events firing
   (the <span>nested browsing context</span> and its <code>Document</code> are <em><span data-x="a
-  browsing context is discarded">discarded</span></em>, not <em><span> data-x="unload a
+  browsing context is discarded">discarded</span></em>, not <em><span data-x="unload a
   document">unloaded</span></em>).</p>
 
   <!-- START of section that's very similar to <frame> -->



More information about the Commit-Watchers mailing list