Re: [w3c/webcomponents] Make custom elements w/ shadowRoot { display: contents } by default (#723)

What would worry me about this is that this isn't how any built-in element behaves. I don't think custom elements should be gratuitously different from built-ins.

`display: contents` is fairly surprising behavior; causing flex items to no longer be collected via direct children, but indirectly as you've shown, is not at all something that should be default, I think.

-- 
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/723#issuecomment-355762815

Received on Saturday, 6 January 2018 17:43:30 UTC