Alexandre Julliard pushed to branch master at wine / wine Commits: cf0d77aa by Gabriel Ivăncescu at 2025-08-15T07:15:24+02:00 mshtml: Allow custom set attributes with same name as builtin methods in legacy modes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 5124303f by Gabriel Ivăncescu at 2025-08-15T07:15:28+02:00 mshtml: Fix 'expando' and 'specified' for attributes in legacy modes. 'expando' returns TRUE on non-builtin attributes (builtin attributes are only the builtin props, not methods), while 'specified' always returns TRUE on any non-builtin attribute as long as it has a user-defined value (e.g. for builtin methods, their slot must be non-default), which is an extension to just checking the dynamic props. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 4 changed files: - dlls/mshtml/dispex.c - dlls/mshtml/htmlattr.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/tests/documentmode.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ad8a3f5eb2a13104447d81eeb0e77d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ad8a3f5eb2a13104447d81eeb0e77d... You're receiving this email because of your account on gitlab.winehq.org.