On Wed Jul 27 14:34:14 2022 +0000, Jacek Caban wrote:
We already have similar cases, so it's probably not a blocker, but I think that we eventually need to find a way to just use change_type() in the implementation itself. That would make all those hooks unneeded.
I'm not entirely sure if that would be correct in all cases, so I think I can keep it like this for now. For example for setAttributeNS, the namespace is not converted using change_type in IE9 mode, but the value is. Which means that it's not "generic" conversion on native either.