On Thu Jul 17 15:39:30 2025 +0000, Gabriel Ivăncescu wrote:
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?
I see, that's fine then.