10 Feb
2026
10 Feb
'26
4:05 p.m.
Gabriel Ivăncescu (@insn) commented about dlls/mshtml/tests/documentmode.js:
check(DocumentFragment, [ ["attachEvent",9,10], ["detachEvent",9,10], "querySelector", "querySelectorAll", "removeNode", "replaceNode", "swapNode" ]); check(DocumentType, [ "entities", "internalSubset", "name", "notations", "publicId", "systemId" ]); check(DOMParser, [ "parseFromString" ]); + check(XMLSerializer, [ "serializeToString" ]);
Just a nitpick, but I think it's nicer to place this alphabetically like all the others. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10063#note_129353