Skip to content

Remove redundant recursive step of fullscreen element ready check#52

Merged
foolip merged 1 commit into
masterfrom
simpler-ready-check
Sep 15, 2016
Merged

Remove redundant recursive step of fullscreen element ready check#52
foolip merged 1 commit into
masterfrom
simpler-ready-check

Conversation

@foolip

@foolip foolip commented Sep 14, 2016

Copy link
Copy Markdown
Member

HTML's "allowed to use" only returns true if the document is in the
top-level browsing context, or if it's connected to it via any number of
iframes, all of which must be in a document to have nested browsing
contexts at all, so this final condition would always be true.

Fixes #50.

@annevk

annevk commented Sep 15, 2016

Copy link
Copy Markdown
Member

LGTM % update date before landing.

HTML's "allowed to use" only returns true if the document is in the
top-level browsing context, or if it's connected to it via any number of
iframes, all of which must be in a document to have nested browsing
contexts at all, so this final condition would always be true.

Fixes #50.
@foolip foolip force-pushed the simpler-ready-check branch from 50b8061 to 2f71e0b Compare September 15, 2016 14:30
@foolip

foolip commented Sep 15, 2016

Copy link
Copy Markdown
Member Author

Thanks for review, date changed in 9a75db6, merging.

@foolip foolip merged commit 484ca40 into master Sep 15, 2016
@foolip foolip deleted the simpler-ready-check branch September 15, 2016 14:30
foolip added a commit that referenced this pull request May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants