On Mon Jun 9 20:51:10 2025 +0000, Jacek Caban wrote:
Surprisingly, this applies even in IE9+ modes when using
IHTMLElement4's methods, but we can't test that yet because it's too broken in wine. Frankly, I’d be tempted to ignore such quirks in IE9+, and stick to the standard, unless we find an application that relies on them. I’m worried this could easily become messy...
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.