[Decorators]: Consider limiting decorator application by element type (bugzilla: 14983) · Issue #264 · WICG/webcomponents · GitHub
More Web Proxy on the site http://driver.im/
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
Title: [Decorators]: Consider limiting decorator application by element type (bugzilla: 14983)
Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14983
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14983#c0
Dimitri Glazkov wrote on 2011-11-28 23:37:22 +0000.
To avoid spurious type-checking at runtime, we should consider providing a way to declare that a decorator only applies to a certain type of elements:
<decorator for="button" ...>
The text was updated successfully, but these errors were encountered: