[w3c/uievents] IDL for legacy dictionary members are not parsed as IDL (#271)

The IDL block that includes `charCode`/`keyCode` is incorrectly marked as non-IDL while they are.

https://github.com/w3c/uievents/blob/69f4f813b5b9b6f128e8f4fb4c05056977d39f68/sections/legacy-key-attributes.txt#L170-L176

This is different from the corresponding partial interface which is marked correctly as IDL:

https://github.com/w3c/uievents/blob/69f4f813b5b9b6f128e8f4fb4c05056977d39f68/sections/legacy-key-attributes.txt#L119-L125

It should be correctly parsed so that tools like TSJS-lib-generator can correctly parse and include it.

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

Received on Sunday, 16 August 2020 19:36:46 UTC