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

@domenic 

> That seems really weird, but OK.

I'm missing something.

`class="{{foo}} {{bar}}"` should set `class` to `\`${foo} ${bar}\``, I don't think any proposal should change that behaviour.

According to  "Treat particular falsey values magically", `class={{foo}}` would remove/not-add `class` if `foo === false`. 

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

Received on Friday, 10 November 2017 23:39:53 UTC