- From: Matthew Robb <notifications@github.com>
- Date: Mon, 20 Feb 2017 07:34:08 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 February 2017 15:34:43 UTC
@csuwildcat I honestly think it might be a good idea to call these things "Element Interfaces". As for css you hit the nail on the head for what I was trying to get at but maybe here is where the `is` word would be nice: ```css form *:is(button-like) { } ``` Which leads to the next piece: Declaratively adding interfaces to elements ```html <input is="button-like" /> ``` Thoughts? -- 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-281109473
Received on Monday, 20 February 2017 15:34:43 UTC