On Fri Dec 6 12:22:51 2024 +0000, Jacek Caban wrote:
When you have `nsattr`, you could simply use `get_node()` to retrieve the corresponding `HTMLDOMAttribute`. More generally, in standard compatibility modes, it would be nice if we could rely on mechanisms like this or `nsIDOMMozNamedAttrMap` for most tasks instead of using the list.
Testing with dom.c makes it look like it's more complicated than that. It appears the builtin props are still in effect in most cases (although not all of them, for some reason), so I guess I need to rework this and probably not go fully with gecko nodes…