Skip to content

Commit a7526c4

Browse files
authored
Merge pull request #421 from rakuco/sensor-model-proofreading
Proof-read the "Sensor Model" section.
2 parents 20b7562 + 8a24f63 commit a7526c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -854,10 +854,10 @@ or being granted permission to access the [=platform sensor=]. -->
854854

855855
A [=platform sensor=] has an associated [=requested sampling frequency=] which is initially null.
856856

857-
For a non[=set/is empty|empty=] [=ordered set|set=] of [=activated sensor objects=] the
858-
[=requested sampling frequency=] is equal to <dfn>optimal sampling frequency</dfn>, which is estimated
859-
by the user agent taking into account {{[[frequency]]|provided frequencies}}
860-
of [=activated sensor objects|activated=] {{Sensor|Sensors}} and [=sampling frequency=] bounds
857+
For a non-[=set/is empty|empty=] [=ordered set|set=] of [=activated sensor objects=] the
858+
[=requested sampling frequency=] is equal to the <dfn>optimal sampling frequency</dfn>, which is estimated
859+
by the user agent by taking into account the {{[[frequency]]|provided frequencies}}
860+
of [=activated sensor objects|activated=] {{Sensor|Sensors}} and the [=sampling frequency=] bounds
861861
defined by the underlying platform.
862862

863863
Note: For example, the user agent may estimate [=optimal sampling frequency=] as a Least Common
@@ -879,7 +879,7 @@ The {{Sensor}} object in "idle" [[#sensor-lifecycle|state]] is not among the [=p
879879
In this example there is a [=platform sensor=] instance per [=browsing context=].
880880

881881
The [=latest reading=] [=ordered map|map=] is shared between {{Sensor}} objects from the
882-
same [=browsing context|context=] and is updated at rate equal to [=requested sampling frequency=]
882+
same [=browsing context|context=] and is updated at a rate equal to the [=requested sampling frequency=]
883883
of the corresponding [=platform sensor=].
884884

885885
</div>

0 commit comments

Comments
 (0)