[Webkit-unassigned] [Bug 256654] Only apply certain UA styles to SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 12 10:26:24 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256654

Tim Nguyen (:ntim) <ntim at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntim at apple.com

--- Comment #1 from Tim Nguyen (:ntim) <ntim at apple.com> ---
It appears `@namespace html "http://www.w3.org/1999/xhtml";` is unused in `svg.css`, so it can just be removed.

Usually CSS rules refer to namespaces like this: `html|foreignobject {` for instance.

`@namespace "http://www.w3.org/2000/svg";` already restricts everything to only apply to SVG.

-- 
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/20230512/cbe4fe52/attachment.htm>


More information about the webkit-unassigned mailing list