- From: Hayato Ito <notifications@github.com>
- Date: Wed, 23 Mar 2016 23:18:50 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 24 March 2016 06:19:39 UTC
Yeah, I know {display: contents} is the hope, however, a lot of HTML elements's definition are not ready for {display: content}, I think. e.g. ``` <table> <div style="display: content"> <tr>...</tr> </div> </table> ``` https://html.spec.whatwg.org/#the-tr-element Most of the definition of HTML elements use *the parent* directly in their definition and do not take care of the parent element's style. We have to update HTML Standard so that it will find the *effective* parent, skipping elements with {display: contents}. And we might have to update the parser too? Is WebKit ready for this? Unfortunately, Blink is not ready at all for {display: contents}. --- 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/308#issuecomment-200693289
Received on Thursday, 24 March 2016 06:19:39 UTC