w3c / device-posture

Device Posture API
https://www.w3.org/TR/device-posture/
Other
33 stars 21 forks source link

editorial: Reorganize internal slots into different sections #156

Closed rakuco closed 4 months ago

rakuco commented 4 months ago

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:

While here, do some proof-reading in the "Extensions to the Document interface" section.

Fixes #152


Preview | Diff

darktears commented 4 months ago

This is great! LGTM