[w3c/uievents] Use U+ notation to refer to code points (#127)

Applies to uievents, uievents-key and uievents-code specs.

Given the reasons enumerated in https://github.com/w3c/i18n-activity/issues/240 that javascript escapes are not great for representing code point values, why you are using that notation (eg. \u003D) to identify code points rather than the standard notation (eg. U+003D)?

Using the U+ makes it easier to refer in the specs to a character such as 𣧂 or to emoji - ie. you would write U+239C2 rather than the completely unhelpful \uD84E\uDDC2.

We propose you change this notation throughout the three specs.

-- 
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/127

Received on Friday, 16 December 2016 14:24:01 UTC