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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 31 07:23:13 PDT 2023


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

--- Comment #8 from Anne van Kesteren <annevk at annevk.nl> ---
Indeed. It turns out element attribute order has apparently been standardized a long time ago to be in insertion order. (Thanks Ms2ger!)

However, it might be that the problem here is when we serialize xmlns:... attributes relative to other attributes.

https://w3c.github.io/DOM-Parsing/#dfn-xml-serialization-of-the-attributes seems to require xmlns:... attributes to precede the other attribute and we don't appear to be doing that.

Looks like a pretty straightforward fix I can have a look at later.

-- 
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/20230331/120ae85b/attachment.htm>


More information about the webkit-unassigned mailing list