Skip to content

Commit 1919432

Browse files
authored
Merge pull request #427 from rakuco/low-level-capitalization
Capitalize "low-level" correctly in the text
2 parents 182a367 + 9a1d3ae commit 1919432

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)