27 Aug
2025
27 Aug
'25
2:48 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->doc_type == DOCTYPE_XHTML) + FIXME("Not implemented for XHTML Document, returning empty list\n");
What's wrong with using HTML code path? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8821#note_113993