[Bug 27709] Dictionary MouseEventInit uses keyword attribute for its members

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

Ms2ger <Ms2ger@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ms2ger@gmail.com

--- Comment #1 from Ms2ger <Ms2ger@gmail.com> ---
https://lists.w3.org/Archives/Public/public-webapps/2015JanMar/0156.html
> I could use more information here.
> http://www.w3.org/TR/DOM-Level-3-Events/#interface-MouseEvent specifies
> MouseEvent attributes with the attribute keyword. WebIDL description of
> attribute seems to apply here http://www.w3.org/TR/WebIDL/#idl-attributes.
> Why shouldn't the attribute keyword be used?

Because MouseEvent is an interface and MouseEventInit isn't. (It's a
dictionary.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 13 January 2015 17:35:18 UTC