Skip to content

TransformValue.is2D should be an IDL attribute, not a method #109

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

Closed
heycam opened this issue Jan 30, 2016 · 0 comments
Closed

TransformValue.is2D should be an IDL attribute, not a method #109

heycam opened this issue Jan 30, 2016 · 0 comments

Comments

@heycam
Copy link
Contributor

heycam commented Jan 30, 2016

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?

@shans shans closed this as completed Feb 1, 2016
majido pushed a commit to majido/css-houdini-drafts that referenced this issue Aug 27, 2018
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."
bfgeek pushed a commit that referenced this issue Sep 6, 2018
…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."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants