Re: Custom Elements: is=""

On 12 June 2015 at 21:26, Tobie Langel <tobie@codespeaks.com> wrote:
> I'm also concerned developers will mistakenly write:
>
>     <my-button is=button>
>
> As it is much closer in form to what they want to achieve (see the
> extend=parent syntax I wrote earlier).

That's true (and I've done exactly this myself). But wouldn't

<button extendedby="my-button">

solve that?

b

Received on Saturday, 13 June 2015 13:57:41 UTC