[svgwg] UA stylesheet seems to require title as display: none but browsers do display: inline (#828)

domenic has just created a new issue for https://github.com/w3c/svgwg:

== UA stylesheet seems to require title as display:  none but browsers do display: inline ==
https://svgwg.org/svg2-draft/styling.html#UAStyleSheet says

```css
defs,
clipPath, mask, marker,
desc, title, metadata,
pattern, linearGradient, radialGradient,
script, style,
symbol {
  display: none !important;
}
```

(in the SVG namespace). However, browsers do not appear to respect this: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8961

At least one web developer seems to expect inline, not none: https://github.com/jsdom/jsdom/issues/3064

It's possible I'm reading the spec wrong?

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/828 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 1 March 2021 00:12:31 UTC