diff --git a/index.bs b/index.bs index f951670..a737d7b 100644 --- a/index.bs +++ b/index.bs @@ -47,6 +47,9 @@ urlPrefix: https://w3c.github.io/accelerometer/; spec: ACCELEROMETER type: dfn text: device coordinate system text: screen coordinate system +urlPrefix: https://www.w3.org/TR/permissions/; spec: PERMISSIONS + type: dfn + text: name; url: dfn-name
@@ -130,7 +133,11 @@ The Gyroscope sensor type's associa
 
 The Gyroscope has a default sensor, which is the device's main gyroscope sensor.
 
-The Gyroscope has an associated [=sensor permission name=] which is "gyroscope".
+The Gyroscope is a [=powerful feature=] that is identified by the
+[=name=] "gyroscope", which is also its associated
+[=sensor permission name=]. Its [=powerful feature/permission revocation algorithm=] is the
+result of calling the [=generic sensor permission revocation algorithm=] with
+"gyroscope".
 
 The Gyroscope is a [=policy-controlled feature=] identified by the string "gyroscope". Its [=default allowlist=] is `'self'`.