--
v3: mshtml: Implement style msTransform.
mshtml: Implement style msTransition.
mshtml: Compactify the style_props expose tests for each style object into
mshtml/tests: Add more tests with invalid CSS props for
mshtml: Fix box-sizing CSS property.
mshtml: Use bitfields for the event BOOL fields.
mshtml: Fix special case between stopImmediatePropagation and setting
mshtml: Implement HTMLEventObj's cancelBubble on top of the underlying
mshtml: Implement event.cancelBubble.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6096
Overriding the SDL_VIDEODRIVER variable (for Wayland support as an example)
on the Linux side can lead to some games under Wine failing to load (so treat
that variable as special).
--
v5: ntdll: Add SDL_AUDIO*/SDL_VIDEO* to the special variables list.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5231