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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 29 12:38:48 PDT 2023


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

--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Anne van Kesteren from comment #6)
> 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?

It seems like attribute enumeration order should be consistent across browsers. That can lead to subtle compatibility issues, right?

-- 
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/e612ea2c/attachment-0001.htm>


More information about the webkit-unassigned mailing list