From 6e19659d2fba49b29f1d5b2906dea0ddb53b0af5 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Thu, 4 Jan 2024 16:17:57 +0100 Subject: [PATCH] editorial: Use permissions and permissions-policy dfn's from DEVICE-ORIENTATION Adapt to w3c/deviceorientation#121 and w3c/deviceorientation#123. Those two PRs have moved the definition of the "accelerometer" permission name and permissions policy token to the Device Orientation spec, which is more widely implemented than this specification and can be referenced from this one. --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index c1192da..c764319 100644 --- a/index.bs +++ b/index.bs @@ -169,7 +169,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 "accelerometer". Its [=default allowlist=] is "`self`". +This specification utilizes the [=policy-controlled feature=] identified by the string "accelerometer" defined in [[DEVICE-ORIENTATION#permissions-policy-integration]]. Model {#model} ===== @@ -182,7 +182,7 @@ The Accelerometer sensor type h : [=Extension sensor interface=] :: {{Accelerometer}} : [=Sensor permission names=] - :: "accelerometer" + :: "accelerometer" : [=Sensor feature names=] :: "[=accelerometer-feature|accelerometer=]" : [=powerful feature/Permission revocation algorithm=]