Re: [w3c/webcomponents] Custom attribute names conflicting with built-in attribute names (#654)

Maybe a bad idea, but one option would be to just encourage developers to prefix/suffix their custom attributes with a signifier. I think you can do all of the following without needing to patch `setAttribute()`:

```
:baz=
baz:=
_baz=
baz_=
baz-=
baz.=
```

-- 
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/654#issuecomment-370290349

Received on Monday, 5 March 2018 02:11:56 UTC