- From: <bugzilla@jessica.w3.org>
- Date: Mon, 09 Jun 2014 17:13:19 +0000
- To: public-webapps-bugzilla@w3.org
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