On Wed Jul 16 22:41:47 2025 +0000, Jacek Caban wrote:
You may set it here, there is no need to set it when attr is not found.
Are you sure? `HTMLAttributeCollection_get_dispid` (the only one that uses pos) expects it to be filled to obtain the DISPID, even if the attr doesn't exist, because it creates it on-demand, and in this case pos is set to it (it's set before the attr is created to the length of the list basically). Or am I missing something?