Re: [w3c/webcomponents] Discussion: Templates that Don't Destroy Element References (#777)

> So, instead of replacing expressions with comments, why not replace them with something smart enough to know how to manage itself: a custom-element:

'cause you want to address attributes too, and. custom element inside an attribute isn't really working well, isn't is?

On top of that, a custom element breaks certain layouts, like tables:

```html
<table>
  <tr>
    <broken-table><td></td></broken-table>
  </tr>
</table>
```

-- 
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/777#issuecomment-446028842

Received on Tuesday, 11 December 2018 00:39:23 UTC