Skip to content

Commit 9a1d3ae

Browse files
author
Raphael Kubo da Costa
committed
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.
1 parent f9caadf commit 9a1d3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ In order to enable user-agent automation and application testing,
20752075

20762076
An implementation of the {{Sensor}} interface for each [=sensor type=] must protect its
20772077
[=sensor reading|reading=] by associated [=powerful feature/name=] or {{PermissionDescriptor}}.
2078-
A [=Low-level=] {{Sensor|sensor}} may use its interface name as a [=powerful feature/name=],
2078+
A [=low-level=] {{Sensor|sensor}} may use its interface name as a [=powerful feature/name=],
20792079
for instance, "gyroscope" or "accelerometer". [=sensor fusion|Fusion sensors=] must
20802080
[=request permission to use|request permission to access=] each of the sensors that are
20812081
used as a source of fusion.
@@ -2115,7 +2115,7 @@ from [=sensor readings=] access.
21152115
The [=sensor feature names=] [=ordered set|set=] must contain [=policy-controlled feature=]
21162116
tokens of every associated [=policy-controlled feature|feature=].
21172117

2118-
A [=Low-level=] {{Sensor|sensor}} may use its interface name as a [=policy-controlled feature=] token,
2118+
A [=low-level=] {{Sensor|sensor}} may use its interface name as a [=policy-controlled feature=] token,
21192119
for instance, "gyroscope" or "accelerometer". Unless the [=extension specification=] defines
21202120
otherwise, the [=sensor feature names=] matches the same [=sensor type|type=]-associated
21212121
[=sensor permission names=].

0 commit comments

Comments
 (0)