[Webkit-unassigned] [Bug 248747] Remove special handling of Xlink Namespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 29 08:45:53 PDT 2023


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

Anne van Kesteren <annevk at annevk.nl> changed:

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

--- Comment #6 from Anne van Kesteren <annevk at annevk.nl> ---
I looked into the failure some more:

1. Instead of generating the prefix "NS", we need to use "ns". I'm not sure when this difference was introduced, but that's what https://w3c.github.io/DOM-Parsing/#dfn-generating-a-prefix calls for.
2. Apart from that a number of failures can be attributed to attribute iteration order. WebKit and Chromium presumably use divergent hash maps and the tests rely on those in Chromium. We could address this by making the tests care less about attribute order or figure out a consistent attribute order between browsers.

Ryosuke, Chris, thoughts on 2?

-- 
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/20230329/48632ef5/attachment.htm>


More information about the webkit-unassigned mailing list