- From: <bugzilla@jessica.w3.org>
- Date: Thu, 29 Nov 2012 08:32:00 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20150
Bug ID: 20150
Summary: [Shadow]: Contradiction in @host @-rule matching
criteria
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: sgrekhov@unipro.ru
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14978
There's a contradiction in @host @-rule matching criteria. Here
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#styles
specification reads:
"The @host @-rule matches a shadow host in the nesting tree."
But below
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#host-at-rule
there are the following:
"The declarations of the rules in a @host @-rule must only be matched against
the shadow host of the shadow tree in which the style is specified"
So this is a contradiction. If there's a shadow tree containing the nested tree
should @host rule be applied to the nested tree or to the shadow tree itself
only?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 29 November 2012 08:32:05 UTC