Re: [csswg-drafts] [css-shadow-parts] Web Component default *exportparts=* (#3508)

So you'd prefer a default where if it's not specified, all parts are exported under their original name and to prevent exporting you'd have to explicitly do e.g.

```html
<custom-foo exportparts=""></custom-foo>
```

The counter proposal to that would be to implement [wildcard forwarding](#3422) so that it is at least trivial to export everything with e.g.

```html
<custom-foo exportparts="*"></custom-foo>
```

I'm not sure how decide which of all or nothing should be the default. I don't recall any previous debate on it. @tabatkins do you remember anything?

-- 
GitHub Notification of comment by fergald
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3508#issuecomment-454243145 using your GitHub account

Received on Tuesday, 15 January 2019 02:19:43 UTC