diff --git a/index.bs b/index.bs index 7a66cb6..39d4746 100644 --- a/index.bs +++ b/index.bs @@ -44,6 +44,10 @@ urlPrefix: https://w3c.github.io/accelerometer/; spec: ACCELEROMETER text: device coordinate system text: screen coordinate system +
+spec:orientation-event; type:dfn; text:gyroscope-feature +spec:orientation-event; type:permission; text:gyroscope +
{ @@ -122,7 +126,7 @@ in the Generic Sensor API [[!GENERIC-SENSOR]]. Permissions Policy integration {#permissions-policy-integration} ============================== -This specification defines a [=policy-controlled feature=] identified by the string "gyroscope
". Its [=default allowlist=] is "`self`". +This specification utilizes the [=policy-controlled feature=] identified by the string "gyroscope
" defined in [[DEVICE-ORIENTATION]]. Model {#model} ===== @@ -132,9 +136,9 @@ The Gyroscope sensor type has the f : [=Extension sensor interface=] :: {{Gyroscope}} : [=Sensor permission names=] - :: "gyroscope
" + :: "gyroscope
" (defined in [[DEVICE-ORIENTATION]]) : [=Sensor feature names=] - :: "[=gyroscope-feature|gyroscope=]" + :: "[=gyroscope-feature|gyroscope=]" (defined in [[DEVICE-ORIENTATION]]) : [=powerful feature/Permission revocation algorithm=] :: Invoke the [=generic sensor permission revocation algorithm=] with "gyroscope
". : [=Default sensor=]