Skip to content

Commit 82f79b5

Browse files
committed
Addressed nits
1 parent b28126f commit 82f79b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Some [=feature names=], when present in the [=requested features=] list, require
456456
<tbody>
457457
<tr>
458458
<td>{{XRReferenceSpaceType/"local"}}</td>
459-
<td>Always requires consent</td>
459+
<td>{{XRSessionMode/"inline"}} sessions require consent</td>
460460
</tr>
461461
<tr>
462462
<td>{{XRReferenceSpaceType/"local-floor"}}</td>
@@ -1146,7 +1146,7 @@ Each point in the [=native bounds geometry=] MUST be [=limiting|limited=] to a r
11461146

11471147
Note: It is suggested that points of the [=native bounds geometry=] be [=limiting|limited=] to 15 meters from the [=XRSpace/native origin=] in all directions.
11481148

1149-
Each point in the [=native bounds geometry=] MUST also be [=rounding|rounded=] sufficiently to prevent fingerprinting. For user's safety, rounded points values MUST NOT fall outside the bounds reported by the platform.
1149+
Each point in the [=native bounds geometry=] MUST also be [=quantization|quantized=] sufficiently to prevent fingerprinting. For user's safety, rounded points values MUST NOT fall outside the bounds reported by the platform.
11501150

11511151
Note: It is suggested that points of the [=native bounds geometry=] be [=quantization|quantized=] to the nearest 5cm.
11521152

@@ -2304,7 +2304,7 @@ As a result the various reference space types have restrictions placed on their
23042304

23052305
Most reference spaces require that [=user intent=] to use the reference space is well understood, either via [=explicit consent=] or [=implicit consent=]. See the [=require consent|features which require consent=] table for details.
23062306

2307-
Any group of {{XRReferenceSpaceType/"local"}}, {{XRReferenceSpaceType/"local-floor"}}, and {{XRReferenceSpaceType/"bounded-floor"}} reference spaces that are capable of being related to one another must share a common [=native origin=]; This restriction does not apply when the creation of {{XRReferenceSpaceType/"unbounded"}} reference spaces has not been restricted.
2307+
Any group of {{XRReferenceSpaceType/"local"}}, {{XRReferenceSpaceType/"local-floor"}}, and {{XRReferenceSpaceType/"bounded-floor"}} reference spaces that are capable of being related to one another MUST share a common [=native origin=]; This restriction only applies when the creation of {{XRReferenceSpaceType/"unbounded"}} reference spaces has been restricted.
23082308

23092309
<div class="algorithm" data-algorithm="poses-limited">
23102310

0 commit comments

Comments
 (0)