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

```html
<input type="checkbox" checked={{falseVal}}>
```

Treating `falseVal` as the string `"false"` will result in the checkbox being checked. How should developers express "remove or do-not-add the `checked` attribute".

-- 
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

Received on Friday, 10 November 2017 20:16:39 UTC