- From: Rob Dodson <notifications@github.com>
- Date: Tue, 08 Mar 2016 11:45:18 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 8 March 2016 19:46:10 UTC
@rniwa suggested: > Do most of those custom elements have a shadow DOM? I think I would be okay with making an element with a shadow DOM use display: block by default as that would be backwards compatible. In Polymer land we do make a lot of non-visual elements like iron-ajax, iron-selector, etc. and those don't need to be `display: block`, nor do they have Shadow DOM. Only our UI elements require `display: block` and those coincidentally also all have Shadow DOM. Would this be a decent compromise? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/224#issuecomment-193938549
Received on Tuesday, 8 March 2016 19:46:10 UTC