- From: Hayato Ito <hayato@google.com>
- Date: Thu, 28 Nov 2013 17:46:08 +0900
- To: Enrique Moreno Tent <enriquemorenotent@gmail.com>
- Cc: public-webapps <public-webapps@w3.org>
Received on Thursday, 28 November 2013 08:46:55 UTC
We can use '::content' pseudo elements if we want to apply styles to distributed nodes from a shadow tree. See http://w3c.github.io/webcomponents/spec/shadow/#content-pseudo-element On Thu, Nov 28, 2013 at 9:14 AM, Enrique Moreno Tent < enriquemorenotent@gmail.com> wrote: > Hello, I have been experimenting with Web Components and I have an issue, > which I think I have represented fairly clear here: > > (Tested on Chrome) > http://codepen.io/dbugger/pen/Hyihd > > If I understood correctly, one of the points of web components is to > control the presentation of our component. That is why we have the Shadow > Boundary. BUT what happens with the elements that are represented with > <content>? They are not considered part of the shadow, therefore the styles > that the author decides to apply on them, will "invade" the Web Component. > > Any thought on this? > > -- > Enrique Moreno Tent, Web developer > http://enriquemorenotent.com > -- Hayato
Received on Thursday, 28 November 2013 08:46:55 UTC