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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 11:12:12 PDT 2023


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

            Bug ID: 256654
           Summary: Only apply certain UA styles to SVG
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: bfulgham at webkit.org, karlcow at apple.com,
                    simon.fraser at apple.com, thorton at apple.com

Hi Team,

After checking Tim's commit:

https://github.com/WebKit/WebKit/commit/31c95fe588a14d215f4b395c018a9c2bdd6124c0

I thought to check 'svg.css' across browsers, I noticed that we have following namespace:

WebKit:

@namespace "http://www.w3.org/2000/svg";
@namespace html "http://www.w3.org/1999/xhtml";

_______

Firefox Nightly:


@namespace url(http://www.w3.org/2000/svg);
@namespace xml url(http://www.w3.org/XML/1998/namespace);

________

Chrome Canary:

@namespace "http://www.w3.org/2000/svg";

__________________

I think all browsers are bit different from each other.

___________________

Just wanted to raise to get input on which we should follow and whether anything needs to be done or not.

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/20230511/4d7f63b2/attachment.htm>


More information about the webkit-unassigned mailing list