[Bug 17628] delta attributes of WheelEvent should be double rather than float

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17628

--- Comment #4 from Masayuki Nakano <masayuki@d-toybox.com> 2012-09-12 04:31:21 UTC ---
nit:

http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/#events-WheelEvent
  readonly attribute double         deltaX;
  readonly attribute double         deltaY;
  readonly attribute double         deltaZ;
  readonly attribute unsigned long deltaMode;

The indentation is wrong. I guess that you just replaced "float" with "double".
The length is increased 1 character.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 12 September 2012 04:31:22 UTC