Skip to content

Potentially update the inline device when the device changes #947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Potentially update the inline device when the device changes
  • Loading branch information
Manishearth committed Dec 30, 2019
commit 2a3af8d1e3bc01c3a5a9f2aabb8bb8328e7152e9
1 change: 1 addition & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ Each time the [=list of immersive XR devices=] changes the user agent should <df
<dt> Otherwise
<dd> Set the [=XR/immersive XR device=] to a device of the user agent's choosing
</dl>
1. The user agent MAY update the [=XR/inline XR device=] to the [=XR/immersive XR device=] or an emulated inline device if it wishes.
1. If this is the first time devices have been enumerated or |oldDevice| equals the [=XR/immersive XR device=], abort these steps.
1. [=Shut down the session|Shut down=] any active {{XRSession}}s.
1. Set the [=XR compatible=] boolean of all {{WebGLRenderingContextBase}} instances to <code>false</code>.
Expand Down