-
Notifications
You must be signed in to change notification settings - Fork 456
Add support for parsing deprecated property in member nodes #2231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for parsing deprecated property in member nodes #2231
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
inputfiles/patches/events.kdl
Outdated
|
|
||
| dictionary KeyboardEventInit { | ||
| member charCode deprecated=#true | ||
| member keyCode deprecated=#true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I intend to put only event types in events.kdl, let's put this in uievents.kdl per https://w3c.github.io/uievents/#interface-keyboardevent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have moved it
|
LGTM |
|
There was an issue merging, maybe try again saschanaz. Details |
|
LGTM |
|
Sorry @saschanaz, this PR has merge conflicts. They'll need to be fixed before this can be merged. |
|
LGTM |
|
Merging because @saschanaz is a code-owner of all the changes - thanks! |
#2053