- From: <bugzilla@jessica.w3.org>
- Date: Thu, 24 Oct 2013 18:06:20 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23467 --- Comment #3 from Steve Orvell <sorvell@chromium.org> --- I added a few comments to the document. > So "div:host ^ *" and "div:host ^^ *" should not match any elements. Is it ok? Yes, this is ok. > So "^" and "^^" provides another way to specify shadow host (different from > :host). I also think this is ok. They go different directions. Using ^ and ^^, you can only target elements in roots below the current scope. Using :host, you can target the host element which is above the current scope. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 24 October 2013 18:06:21 UTC