- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 Jul 2018 12:27:45 +0000
- To: public-svg-issues@w3.org
emilio has just created a new issue for https://github.com/w3c/svgwg:
== :host(use) > symbol in a UA sheet does nothing. ==
https://svgwg.org/svg2-draft/styling.html#UAStyleSheet says that the following rule needs to be in a UA sheet:
```css
:host(use) > symbol {
display: inline !important;
}
```
That rule does nothing though, since `:host` only works when evaluated in the context of a shadow tree per:
https://drafts.csswg.org/css-scoping/#host-selector
https://drafts.csswg.org/css-scoping/#in-the-context-of-a-shadow-tree
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/502 using your GitHub account
Received on Monday, 16 July 2018 12:28:02 UTC