diff --git a/index.html b/index.html index bd78e27..cd21477 100644 --- a/index.html +++ b/index.html @@ -217,8 +217,7 @@

- The getBattery() method, when invoked, MUST run the - following steps: + The getBattery() method steps are:

  1. If [=this=].{{Navigator/[[BatteryPromise]]}} is `null`, then set @@ -430,8 +429,8 @@

    The `charging` attribute

    - The charging attribute's getter returns the value of the - {{BatteryManager/[[Charging]]}} internal slot. + The charging getter steps are to return + [=this=].{{BatteryManager/[[Charging]]}}.

    @@ -439,8 +438,8 @@

    The `chargingTime` attribute

    - The chargingTime attribute's getter returns the value of - the {{BatteryManager/[[ChargingTime]]}} internal slot. + The chargingTime getter steps are to return + [=this=].{{BatteryManager/[[ChargingTime]]}}.

    @@ -448,8 +447,8 @@

    The `dischargingTime` attribute

    - The dischargingTime attribute's getter returns the value - of the {{BatteryManager/[[DischargingTime]]}} internal slot. + The dischargingTime getter steps are to return + [=this=].{{BatteryManager/[[DischargingTime]]}}.

    @@ -457,8 +456,8 @@

    The `level` attribute

    - The level attribute's getter returns the value of the - {{BatteryManager/[[Level]]}} internal slot. + The level getter steps are to return + [=this=].{{BatteryManager/[[Level]]}}.