-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editorial: Reorganize internal slots into different sections
In #152, it was reported that the `[[PostureOverride]]` slot was confusing, and readers could end up thinking that its `null` value could be exposed to script, which is not the case (this internal slot is only used internally in calculations that result in a DevicePostureType). To avoid confusion: - Rename the "Internal slots" section to "Extensions to the Document interface", which is similar to what we already have for the Navigator interface. - Move the `[[PostureOverride]]` slot's definition and the addition of internal slots to top-level traversables to the Automation section, and add a sentence explaining the values are not exposed to script directly. While here, do some proof-reading in the "Extensions to the Document interface" section. Fixes #152
- Loading branch information
Raphael Kubo da Costa
committed
Jul 22, 2024
1 parent
358ee8f
commit c85b998
Showing
1 changed file
with
42 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters