Skip to content

Commit

Permalink
Clarify Document and Window's browsing contexts
Browse files Browse the repository at this point in the history
Previously, a Document could sometimes "have no browsing context". Now,
"a Document's browsing context" is either a browsing context or null.

Previously, "a Window's browsing context" was not defined, despite being
referenced extensively. Now, it is defined to be the Window's associated
Document's browsing context.

Related to #3846, #4363, and #4366.
  • Loading branch information
annevk authored Feb 19, 2019
1 parent 86b05f8 commit 4fe0ac1
Showing 1 changed file with 113 additions and 113 deletions.
Loading

0 comments on commit 4fe0ac1

Please sign in to comment.