DescriptionAdd support for KeyboardEvent.getModifierState()
Add support for KeyboardEvent.getModifierState() as per the latest specification:
http://www.w3.org/TR/DOM-Level-3-Events/#events-KeyboardEvent-getModifierState
Note that only the following modifiers are currently supported (crbug.com/265458):
"Control", "Alt", "Shift", "Meta".
BUG=263724
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155158
Patch Set 1 #Patch Set 2 : Fix typo #Patch Set 3 : Rebase on master #
Total comments: 3
Messages
Total messages: 10 (0 generated)
|