Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix javascript: URL example explanation #1421

Merged
merged 1 commit into from
Jun 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -81880,8 +81880,9 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
data-x="attr-iframe-src">src</code> attribute of an <code>iframe</code> element would be
evaluated in the context of the <code>iframe</code>'s own <span>nested browsing
context</span> when the <code>iframe</code> is being set up; once evaluated, its return value
(if it was not void) would replace that <span>browsing context</span>'s <code>Document</code>, thus also
changing the <code>Window</code> object of that <span>browsing context</span>.</p>
(if it was a string) would replace that <span>browsing context</span>'s
<code>Document</code>, thus also changing the <code>Window</code> object of that
<span>browsing context</span>.</p>

</div>

Expand Down Expand Up @@ -119248,6 +119249,7 @@ INSERT INTERFACES HERE
Peter Occil,
Peter Stark,
Peter Van der Beken,
Peter van der Zee,
Peter-Paul Koch,
Phil Pickering,
Philip Taylor,
Expand Down