--
v3: mshtml: Implement 'specified' for detached attributes.
mshtml: Detach attribute nodes when removing the attribute from the element.
mshtml: Use a helper function to find an attribute in the collection's list.
mshtml: Use a BSTR to store the detached attribute's name.
mshtml: Don't include non-specified attributes in getAttributeNode from
mshtml: Only allow a specific set of builtin props as attributes.
mshtml: Use HasAttribute instead of GetAttributeNode when checking if
https://gitlab.winehq.org/wine/wine/-/merge_requests/8251
The header controls are a bit weird. It seems v6 returns 0 for this, but unlike v5 it has its own IAccessible implementation. Since Wine doesn't have that yet, and we can't easily change behavior based on version, I think it makes sense to return a value.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8566
- Change all strings to standard US English spellings.
- Update en.po (Default English)
--
v7: po: Update English (Default) resource
Standardise strings to English (United States)
https://gitlab.winehq.org/wine/wine/-/merge_requests/8570
On Tue Jul 15 09:56:57 2025 +0000, Alexandre Julliard wrote:
> There seems to be some misunderstanding here. en.po uses British
> English, you shouldn't be changing it back to US spelling.
Ah right. So the original strings should be en_US, but en.po should be en_GB?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8570#note_109913