diff --git a/index.bs b/index.bs index 82c7703..cef7397 100644 --- a/index.bs +++ b/index.bs @@ -237,9 +237,11 @@ To construct an {{AmbientLightSensor}} object the user agent must invoke the ### The illuminance attribute ### {#ambient-light-sensor-reading-attribute} -The illuminance attribute of the {{AmbientLightSensor}} -interface represents the [=current light level=] and returns the result of invoking -[=get value from latest reading=] with `this` and "illuminance" as arguments. +The {{AmbientLightSensor/illuminance}} getter steps are: + +1. Let |illuminance| be the result of invoking [=get value from latest + reading=] with [=this=] and "illuminance" as arguments. +1. Return |illuminance|. Abstract Operations {#abstract-operations} ===================