Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editorial: Adapt to Page Visibility spec integration into HTML (#332)
The Page Visibility spec has been merged into the HTML spec itself. This merge got rid of some terms and changed a few others, so adjust things accordingly here: * Instead of calling the "determine the visibility state", access a Document's "visibility state" directly. * The "external now hidden algorithm" no longer exists; now there are "page visibility change steps" called with a Document and a visibility state. (The HTML spec itself says specs should have the HTML spec call these steps so that the order of calls is defined in the spec, which we might need to do later). Fixes #331
- Loading branch information