Typos in 4.1 "When a Document object is created [...]"

Hi,

Currently, the paragraph says:
"When a *Document* object is created, charging must be set to *false*, 
chargingTime to 0, level to 1.0 and dischargingTime to the value 
positive Infinity, if the implementation is unable to report the 
battery's charging state, charging time, level or remaining time 
respectively."

I believe it should be:
"When a *BatteryManager* object is created, charging must be set to 
*true*, chargingTime to 0, level to 1.0 and dischargingTime to the value 
positive Infinity, if the implementation is unable to report the 
battery's charging state, charging time, level or remaining time 
respectively."

I'm pretty sure the false/true is a typo. I guess it meant to be 
BatteryManager and not Document. Otherwise, I would not understand what 
is the meaning of this paragraph.

--
Mounir

Received on Friday, 28 October 2011 11:47:13 UTC