Skip to content

Commit

Permalink
Update index.bs
Browse files Browse the repository at this point in the history
Co-authored-by: Reilly Grant <[email protected]>
  • Loading branch information
marcoscaceres and reillyeon authored May 8, 2024
1 parent 6e86c00 commit faed2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Note: Implementations must take [[#automation]] into account to determine whethe
Whenever a [=significant change in orientation=] occurs, the user agent must execute the following steps on a [=/navigable=]'s [=navigable/active window=] |window|:

1. Let |document| be |window|'s [=associated Document=].
1. If |document|'s [=Document/visibility state=] is not "visible", return.
1. If |document|'s [=Document/visibility state=] is not `"visible"`, return.
1. Let |absolute| be false.
1. Let |features| be « <a permission>"accelerometer"</a>, <a permission>"gyroscope"</a> ».
1. If the implementation cannot provide [=relative orientation=] or the resulting [=absolute orientation=] data is more accurate:
Expand Down

0 comments on commit faed2a0

Please sign in to comment.