This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18370 - [Custom]: Custom elements should be able to apply styles to the bound element’s content
Summary: [Custom]: Custom elements should be able to apply styles to the bound element...
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14968
  Show dependency treegraph
 
Reported: 2012-07-24 01:26 UTC by Dominic Cooney
Modified: 2012-07-25 02:13 UTC (History)
0 users

See Also:


Attachments

Description Dominic Cooney 2012-07-24 01:26:43 UTC
Consider the tab strip sample component: It contains styles for the h2s that are in the light document. Components need a way to style elements in the light document beyond just @host.

Perhaps the top-level stylesheets of linked component definitions can apply to bound elements?
Comment 1 Dimitri Glazkov 2012-07-24 14:15:35 UTC
content /select/ h2 { color: red }

Will this not work?
Comment 2 Dominic Cooney 2012-07-25 02:13:53 UTC
Indeed it will! Sorry for the spam.