[Bug 26019] No way to initialize modifier states except "Alt", "Control", "Shift" and "Meta" at constructing DOM event with constructor

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

--- Comment #1 from Travis Leithead [MSFT] <travil@microsoft.com> ---
Rather than introduce another method similar to the now deprecated init*
methods, I would rather extend the initMouseEvent and initKeyboardEvent
dictionaries with the relevant modifier initializers.

Perhaps:
* boolean modifierStateCapsLock
* boolean modifierStateNumLock
* boolean modifierStateScrollLock
* boolean modifierStateOS
* boolean modifierStateAltGraph
* boolean modifierStateSuper
* boolean modifierStateHyper
etc.

The dictionary format is perfect for this kind of extensibility.

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

Received on Monday, 9 June 2014 17:13:21 UTC