- From: Rob Dodson <notifications@github.com>
- Date: Sun, 04 Mar 2018 18:11:13 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 March 2018 02:11:56 UTC
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