- From: Andrea Giammarchi <notifications@github.com>
- Date: Mon, 20 Feb 2017 08:18:49 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 February 2017 16:19:24 UTC
@matthewrobb not to be ironic but you basically wrote native built-in extends as these are defined already in the current V1 specification. The selector though, should rather be: ```css form *[is=button-like] { } ``` to not reinvent the wheel on CSS land too. If `is` attribute won't be used as defined in both V0 and V1 I'd finally agree with this thread topic: the `is` attribute is confusing (and at this point it will break if not patched for those browsers that shipped either V0 or V1 already) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/509#issuecomment-281121052
Received on Monday, 20 February 2017 16:19:24 UTC