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
[css-workletanimation] merge changes from original repo since migration (w3c#801)
* Fixed typos and mistakes in code examples. (w3c#107)
* fixed: wrong camelCase: KeyFrameEffect -> KeyframeEffect
* fixed typo: WorklerAnimation -> WorkletAnimation
* added missing CSS object, and
* updated index.html
* Add [Exposed] to interfaces (w3c#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."
0 commit comments