- From: Karl Dubost via GitHub <noreply@w3.org>
- Date: Tue, 03 Mar 2026 09:29:57 +0000
- To: public-svg-issues@w3.org
karlcow has just labeled an issue for https://github.com/w3c/svgwg as "Agenda+":
== 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?
See https://github.com/w3c/svgwg/issues/828
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 March 2026 09:29:58 UTC