Re: [w3c/webcomponents] [templates] Allow removal of boolean attributes (#705)

- Invent special syntax outside the template part, e.g. `checked?={{falseVal}}`, which is interpreted by the default processor as creating, or not creating, a `checked` attribute, as according to ToBoolean(falseVal).

-- 
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/705#issuecomment-343597147

Received on Friday, 10 November 2017 21:53:20 UTC