[Bug 23697] KeyboardEventInit in UI Events doesn't include keyCode/charCode/which but in D3E, it includes them

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

--- Comment #2 from Masayuki Nakano <masayuki@d-toybox.com> ---
Random thought:

If .keyCode/.charCode/.which are not initialized from KeyboardEvent
constructor, web apps which handle the legacy attributes need to initialize
them with initKey(board)Event which are different on each browser. So, ignoring
them from initialization list might make creating automated tests for such web
apps harder.

If they are not initialized from KeyboardEvent constructor, web apps also need
to call initKey(board)Event() after that. It sounds the code is redundant.

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

Received on Friday, 1 November 2013 08:46:25 UTC