diff --git a/index.bs b/index.bs index ce4144b..2a09a81 100644 --- a/index.bs +++ b/index.bs @@ -47,8 +47,10 @@ urlPrefix: https://w3c.github.io/motion-sensors/; spec: MOTIONSENSORS type: dfn text: Absolute Orientation Sensor; url: absolute-orientation - - +
 {
    "MAGITACT": {
@@ -181,7 +183,7 @@ the Generic Sensor API [[!GENERIC-SENSOR]].
 Permissions Policy integration {#permissions-policy-integration}
 ==============================
 
-This specification defines a [=policy-controlled feature=] identified by the string "magnetometer". Its [=default allowlist=] is "`self`".
+This specification utilizes the [=policy-controlled feature=] identified by the string "magnetometer" defined in [[DEVICE-ORIENTATION]].
 
 Model {#model}
 =====
@@ -191,13 +193,13 @@ The Magnetometer sensor type has
  : [=Extension sensor interface=]
  :: {{Magnetometer}}
  : [=Sensor permission names=]
- :: "magnetometer"
+ :: "magnetometer" (defined in [[DEVICE-ORIENTATION]])
  : [=Sensor feature names=]
- :: "[=magnetometer-feature|magnetometer=]"
+ :: "[=magnetometer-feature|magnetometer=]" (defined in [[DEVICE-ORIENTATION]])
  : [=powerful feature/Permission revocation algorithm=]
  :: Invoke the [=generic sensor permission revocation algorithm=] with "magnetometer".
  : [=Virtual sensor type=]
- :: "magnetometer"
+ :: "magnetometer"
 
 The [=latest reading=] for a {{Sensor}} whose [=sensor type=] is [=Magnetometer=] must include:
  - Three [=map/entries=] whose [=map/keys=] are "x", "y", "z" and whose [=map/values=] contain magnetic field about the corresponding axes.
@@ -207,11 +209,11 @@ The Uncalibrated Magnetometermagnetometer" (defined in [[DEVICE-ORIENTATION]])
  : [=Sensor feature names=]
- :: "[=magnetometer-feature|magnetometer=]"
+ :: "[=magnetometer-feature|magnetometer=]" (defined in [[DEVICE-ORIENTATION]])
  : [=powerful feature/Permission revocation algorithm=]
- :: Invoke the [=generic sensor permission revocation algorithm=] with "`magnetometer`".
+ :: Invoke the [=generic sensor permission revocation algorithm=] with "magnetometer".
  : [=Virtual sensor type=]
  :: "uncalibrated-magnetometer"