Skip to content

Commit 9769b78

Browse files
Manishearthtoji
authored andcommitted
Require UAs to show manual device activation steps
1 parent bca7232 commit 9769b78

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
@@ -547,7 +547,9 @@ To <dfn>initialize the session</dfn>, given |session|, |mode|, and |device|, the
547547
1. Set |session|'s [=XRSession/mode=] to |mode|.
548548
1. Set |session|'s [=XRSession/XR device=] to |device|.
549549
1. [=Initialize the render state=].
550-
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.
550+
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.
551+
552+
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.
551553

552554
</div>
553555

0 commit comments

Comments
 (0)