Skip to content

Commit 1b321c3

Browse files
committed
Require UAs to show manual device activation steps
1 parent fd5afb1 commit 1b321c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,9 @@ To <dfn>initialize the session</dfn>, given |session|, |mode|, and |device|, the
546546
1. Set |session|'s [=XRSession/mode=] to |mode|.
547547
1. Set |session|'s [=XRSession/XR device=] to |device|.
548548
1. [=Initialize the render state=].
549-
1. If no other features of the user agent have done so already, perform the necessary platform-specific steps to initialize the device's tracking and rendering capabilities.
549+
1. If no other features of the user agent have done so already, perform the necessary platform-specific steps to initialize the device's tracking and rendering capabilities, including showing any necessary instructions to the user.
550+
551+
Note: Some devices require additional user instructions for activation, for example going into immersive mode on a phone-based headset device requires inserting the phone into the headset, and doing so on a desktop browser connected to an external headset requires wearing the headset. It is the responsibility of the user agent &mdash; not the author &mdash; to ensure any such instructions are shown.
550552

551553
</div>
552554

0 commit comments

Comments
 (0)