- From: Mason Freed <notifications@github.com>
- Date: Wed, 09 Jun 2021 15:28:52 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 June 2021 22:29:17 UTC
This goes along with https://github.com/whatwg/html/pull/6745. This PR adds a "mode locked" flag to Document, which can be used to lock the [mode](https://dom.spec.whatwg.org/#concept-document-mode), so that it cannot be later changed. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/989 -- Commit Summary -- * Add "mode locked" flag and algorithm to use it -- File Changes -- M dom.bs (18) -- Patch Links -- https://github.com/whatwg/dom/pull/989.patch https://github.com/whatwg/dom/pull/989.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/989
Received on Wednesday, 9 June 2021 22:29:17 UTC