File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -237,9 +237,11 @@ To construct an {{AmbientLightSensor}} object the user agent must invoke the
237
237
238
238
### The illuminance attribute ### {#ambient-light-sensor-reading-attribute}
239
239
240
- The <a attribute for="AmbientLightSensor">illuminance</a> attribute of the {{AmbientLightSensor}}
241
- interface represents the [=current light level=] and returns the result of invoking
242
- [=get value from latest reading=] with `this` and "illuminance" as arguments.
240
+ The {{AmbientLightSensor/illuminance}} getter steps are:
241
+
242
+ 1. Let |illuminance| be the result of invoking [=get value from latest
243
+ reading=] with [=this=] and "illuminance" as arguments.
244
+ 1. Return |illuminance|.
243
245
244
246
Abstract Operations {#abstract-operations}
245
247
===================
You can’t perform that action at this time.
0 commit comments