- From: Jake Archibald <notifications@github.com>
- Date: Fri, 10 Nov 2017 23:39:31 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 November 2017 23:39:53 UTC
@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