[w3c/uievents] Bug in spec? event.key and casing (#169)

I have filed https://bugs.webkit.org/show_bug.cgi?id=174782 due to a non-spec-conformancy issue in Safari about the value of `event.key` being lowercase when using a keyboard combo like `cmd+shift+p`. Safari developers have suggested this is an issue with the spec, not Safari.

Now it seems as though Chrome ~62 follows this same behaviour. Perhaps this should be considered a normative? In any case there is a clear discrepancy between (now) 2 browsers and how they behave, and the UIEvents spec.

The parts of the spec in question are https://www.w3.org/TR/uievents/#keys-modifiers and https://www.w3.org/TR/uievents/#example-aa6d4cea

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/169

Received on Monday, 6 November 2017 10:44:32 UTC