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
For consistency with DOMMatrix I think the is2D method on TransformValue should be an IDL attribute instead. Also I'm not sure if it's worth having a separate is2DComponent method on TransformComponent. How about we just make this an is2D attribute too?
The text was updated successfully, but these errors were encountered:
Add appropriate [Exposed] to interfaces.
https://heycam.github.io/webidl/#idl-interfaces says:
"Non-callback interfaces which are not annotated with a [NoInterfaceObject] extended attribute, and callback interfaces which declare constants must be annotated with an [Exposed] extended attribute."
…on (#801)
* Fixed typos and mistakes in code examples. (#107)
* fixed: wrong camelCase: KeyFrameEffect -> KeyframeEffect
* fixed typo: WorklerAnimation -> WorkletAnimation
* added missing CSS object, and
* updated index.html
* Add [Exposed] to interfaces (#109)
Add appropriate [Exposed] to interfaces.
https://heycam.github.io/webidl/#idl-interfaces says:
"Non-callback interfaces which are not annotated with a [NoInterfaceObject] extended attribute, and callback interfaces which declare constants must be annotated with an [Exposed] extended attribute."
For consistency with
DOMMatrix
I think theis2D
method onTransformValue
should be an IDL attribute instead. Also I'm not sure if it's worth having a separateis2DComponent
method onTransformComponent
. How about we just make this anis2D
attribute too?The text was updated successfully, but these errors were encountered: