27 Aug
2025
27 Aug
'25
9:30 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmldoc.c:
return E_UNEXPECTED; }
- if(!This->html_document) { - FIXME("Not implemented for XML document\n"); - return E_NOTIMPL; - } + if(This->is_xhtml) + FIXME("Not implemented for XHTML Document, returning empty list\n");
SVG documents may also have anchors. I don’t mean to suggest digging deeper, but we could just adjust the FIXME and print it for all non-HTML documents. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8821#note_114033