-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update the css-properties-values-api IDL file #9774
Update the css-properties-values-api IDL file #9774
Conversation
cb087b1
to
1182b47
Compare
Build ERROREDStarted: 2018-03-08 00:11:30 Failing Jobs
View more information about this build on: |
1182b47
to
30997d1
Compare
dictionary PropertyDescriptor { | ||
required DOMString name; | ||
DOMString syntax = "*"; | ||
boolean inherits = false; |
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.
@lukebjerring this is out of sync with the spec, can you update this PR?
9dac8c2
to
6dd530c
Compare
Updated. PTAL. |
Note that we'll have an unimportant failure for the partial CSS namespace until #11819 lands. |
Hello reviewer(s),
This PR is intended to consolidate the spec’s IDL definition with the WPT test suite’s copy, and any idlharness tests.
The up-to-date copy of the IDL file was automatically extracted from the reffy-reports repo (https://github.com/tidoust/reffy-reports/tree/master/whatwg/idl) which scrapes known specs automatically + regulary.
This PR is part of a migration project which will eventually be automatically updating and creating PRs for changes in spec IDL.
Please check that:
The Spec (and its source) is correct and up-to-date
All tests which cover the IDL in the spec have been migrated to fetch + use the idl in the
interfaces/
directory (instead of inline copies in the test files).