Skip to content

Commit

Permalink
Editorial: clarify responsible browsing context
Browse files Browse the repository at this point in the history
This fixes #3846, though does not clarify the situation for all callers necessarily.

Removing this concept altogether is tricky as it's used in workers for disabled scripts. #1580 tracks that.
  • Loading branch information
annevk authored and domenic committed Feb 26, 2019
1 parent d11bc53 commit f262b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -79351,7 +79351,7 @@ interface <dfn>BarProp</dfn> {
<dt>The <span>responsible browsing context</span></dt>
<dd>

<p>Return the <span>browsing context</span> with which <var>window</var> is associated.</p>
<p>Return <var>window</var>'s <span data-x="window bc">browsing context</span>.</p>

</dd>

Expand Down

0 comments on commit f262b19

Please sign in to comment.