diff --git a/index.bs b/index.bs
index 581c7bd..7d32b8e 100644
--- a/index.bs
+++ b/index.bs
@@ -800,12 +800,12 @@ A [=sensor type=] may have the following associated data:
Sensor
-The current [=browsing context=]'s [=platform sensor=] must have:
-- An associated [=ordered set|set=] of activated sensor objects,
- which is initially [=set/is empty|empty=];
-- An associated latest reading [=ordered map|map=], which holds the
- latest available [=sensor readings=].
-- An associated [=sensor type=].
+A [=platform sensor=] must have the following associated data:
+- A [=sampling frequency=] (a number), initially 0.
+- A [=device sensor=] to which it is connected or null, initially null.
+- A [=ordered set|set=] of activated sensor objects, which is initially empty.
+- A latest reading [=map=], which holds the latest available [=sensor readings=].
+- A [=sensor type=].
Any time a new [=sensor reading=] for a [=platform sensor=] is obtained and if the user agent
[=can expose sensor readings=] to the current [=/navigable=]'s [=navigable/active document=],