You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This syntax replaces the [NoInterfaceObject] extended attribute and implements statement which have been deprecated (except for a few legacy uses cases explicitely mentioned in the spec).
Hi all!
WebIDL recently introduced dedicated syntax for mixins.
This syntax replaces the
[NoInterfaceObject]
extended attribute andimplements statement
which have been deprecated (except for a few legacy uses cases explicitely mentioned in the spec).You can read more about it here.
In most cases, the changes should be relatively straightforward. The now deprecated:
should just be rewritten as:
We're filing issues against specs which use the deprecated syntax, but we welcome help to warn editors about these changes.
We also filed an issue against WebIDL2 here: w3c/webidl2.js#112.
Please feel free to reach out if you have any questions.
Thanks!
Tracked in: whatwg/webidl#472 | Original pull-request: whatwg/webidl#433
The text was updated successfully, but these errors were encountered: