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.