On Mon Jun 9 20:51:10 2025 +0000, Gabriel Ivăncescu wrote:
With regards to this function specifically, it just meant we added the IE9-only DISPIDs (those that don't exist in older modes) to the list, I don't think that's such a big deal? I only mentioned it because those aren't tested yet since IE9+ attribute nodes are too broken on Wine right now to attempt that.
I can't tell for sure without seeing the code, but I'm afraid that for IE9+ this can easily get messy. For example, we need Gecko node for our node implementation, unless we'd some ugly things like handling NULL `nsnode` in `HTMLDOMNode` or creating those nodes dynamically.