[Webkit-unassigned] [Bug 264071] New: Sync 'svg.css' UA stylesheet with SVG2 Web Specification
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 1 18:30:27 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=264071
Bug ID: 264071
Summary: Sync 'svg.css' UA stylesheet with SVG2 Web
Specification
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
CC: heycam at apple.com, rbuis at igalia.com,
sabouhallawa at apple.com, zimmermann at kde.org
Hi Team,
While going through random google searches, I came across that we don't have few of SVG UA Stylesheet rules, I think syncing them up would be good idea:
Web-Spec Link: https://svgwg.org/svg2-draft/styling.html#UAStyleSheet
We don't have:
*[xml|space=preserve] {
text-space-collapse: preserve-spaces;
}
defs,
clipPath, mask, marker,
desc, title, metadata,
pattern, linearGradient, radialGradient,
script, style,
symbol {
display: none !important;
}
:host(use) > symbol {
display: inline !important;
}
and also
:link, :visited {
cursor: pointer;
}
____
>From above.
> text-space-collapse is renamed to 'white-space-collapse', so need to update and also :link and :visited, would need 'WebKit' specific bits.
Just raising, so we can fix them up and also would like to get inputs from others.
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231102/256e8335/attachment.htm>
More information about the webkit-unassigned
mailing list