Skip to content

Commit

Permalink
[e] (0) typo near 'unload' event logic
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26557
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8763 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 12, 2014
1 parent e0a2c96 commit 9fc5515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions complete.html
Expand Up @@ -19921,8 +19921,7 @@ <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4>
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>



Expand Down
3 changes: 1 addition & 2 deletions index
Expand Up @@ -19921,8 +19921,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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>



Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -24898,7 +24898,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<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> -->
Expand Down

0 comments on commit 9fc5515

Please sign in to comment.