On Tue Jul 15 18:02:25 2025 +0000, Jacek Caban wrote:
mshtml: Only allow a specific set of builtin props as attributes.
This patch could use a split. For example:
- Introduce the infrastructure and use it for `IHTMLElement*` interface
- Use it for other interfaces
- Add tests
mshtml: Don't include non-specified attributes in getAttributeNode
from IHTMLElement6. It's not yet clear how `IHTMLElement6` will look like once we have support for IE9+ attribute. Let's skip that and later commits until it's settled, I can't review it without more context.
Alright, I actually split it off this MR completely and will be split in next couple MRs.