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

Eliminate paint timing monkey patching #3923

Merged
merged 12 commits into from
Aug 16, 2018
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -89002,7 +89002,7 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
<p><i>Rendering opportunites</i>: If there are <span data-x="browsing context">browsing
contexts</span> <var>B</var> that do not have a <span>rendering opportunity</span>, then
remove from <var>docs</var> all <code>Document</code> objects whose <span
data-x="concept-document-bc">browsing context</span> is in <var>B</var>.</p>
data-x="concept-document-bc">browsing context</span> is <var>B</var>.</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this context, B is a list of browsing contexts, so I think this was correct previously?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, great catch. I'll rename to "browsingContexts" for clarity. (There is also a "B" up in step 7.2, which technically doesn't collide.)


<p>A <span>browsing context</span> has a <dfn>rendering opportunity</dfn> if the user agent is
currently able to present the contents of the <span>browsing context</span> to the user,
Expand Down