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 19663 - [Shadow]: Who uses a '/select/ reference combinator'? A component author or a component user?
Summary: [Shadow]: Who uses a '/select/ reference combinator'? A component author or a...
Status: RESOLVED DUPLICATE of bug 16317
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: 14978
  Show dependency treegraph
 
Reported: 2012-10-23 10:01 UTC by Hayato Ito
Modified: 2012-10-23 11:26 UTC (History)
2 users (show)

See Also:


Attachments

Description Hayato Ito 2012-10-23 10:01:34 UTC
Suppose the following DOM tree:

<div id='host'> (shadowhost)
  - <div>
     - <p>

<Shadow Root of 'host>
  - <content id='content' select='div'>


And suppose we want to style a distributed node, <p>, using a /select/ reference combinator as follows:

[Rule A]:
#content/select/div > p {
  color: blue
}


I have a question:
 Who supposes to use 'Rule A'? A component author or a component user?

I mean where this 'rule A' should be defined? I supposed that the rule should be defined in the shadow Root since this selector is supposed to be used by component authors. But I am not sure and would like to make it clear.
Comment 1 Hayato Ito 2012-10-23 10:33:59 UTC
I've found a closed bug related to this bug.
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16317

Sakamoto-san, you may have an opinion for that.
Comment 2 Hayato Ito 2012-10-23 10:57:40 UTC
Sakamoto-san, if you are okay for the current spec, I'll close the bug.

(In reply to comment #1)
> I've found a closed bug related to this bug.
> https://www.w3.org/Bugs/Public/show_bug.cgi?id=16317
> 
> Sakamoto-san, you may have an opinion for that.
Comment 3 Takashi Sakamoto 2012-10-23 11:26:19 UTC
(In reply to comment #2)
> Sakamoto-san, if you are okay for the current spec, I'll close the bug.
> 
> (In reply to comment #1)
> > I've found a closed bug related to this bug.
> > https://www.w3.org/Bugs/Public/show_bug.cgi?id=16317
> > 
> > Sakamoto-san, you may have an opinion for that.

I think, this bug is duplicate. I commented bug 16317.

*** This bug has been marked as a duplicate of bug 16317 ***