From 9a1d3aea67632c4a8d41799d6f0f16ab627fec90 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 14 Dec 2021 17:22:55 +0100 Subject: [PATCH] Capitalize "low-level" correctly in the text. The term is mentioned in the middle of a few sentences, where it should be written in lowercase. --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index e892368..42064db 100644 --- a/index.bs +++ b/index.bs @@ -2075,7 +2075,7 @@ In order to enable user-agent automation and application testing, An implementation of the {{Sensor}} interface for each [=sensor type=] must protect its [=sensor reading|reading=] by associated [=powerful feature/name=] or {{PermissionDescriptor}}. -A [=Low-level=] {{Sensor|sensor}} may use its interface name as a [=powerful feature/name=], +A [=low-level=] {{Sensor|sensor}} may use its interface name as a [=powerful feature/name=], for instance, "gyroscope" or "accelerometer". [=sensor fusion|Fusion sensors=] must [=request permission to use|request permission to access=] each of the sensors that are used as a source of fusion. @@ -2115,7 +2115,7 @@ from [=sensor readings=] access. The [=sensor feature names=] [=ordered set|set=] must contain [=policy-controlled feature=] tokens of every associated [=policy-controlled feature|feature=]. -A [=Low-level=] {{Sensor|sensor}} may use its interface name as a [=policy-controlled feature=] token, +A [=low-level=] {{Sensor|sensor}} may use its interface name as a [=policy-controlled feature=] token, for instance, "gyroscope" or "accelerometer". Unless the [=extension specification=] defines otherwise, the [=sensor feature names=] matches the same [=sensor type|type=]-associated [=sensor permission names=].