On Fri Nov 29 15:39:05 2024 +0000, Jacek Caban wrote:
This looks mostly good, but note that this currently affects fragment nodes too. We probably shouldn't use `HTMLDocumentNode_init_dispex_info` there at all (at least not in IE9+ modes), so I'd suggest to change that before changing `HTMLDocumentNode_init_dispex_info`.
Good catch, I haven't even realized they use different prototypes. Actually I'll add tests and implement fragments properly too.