9 Jun
2025
9 Jun
'25
6:08 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlelem.c:
return S_OK; }
+static inline BOOL is_valid_attr_dispid(DISPID id) +{ + /* Builtin props that can be treated as attributes; MUST be sorted by underlying dispid value. */
What about attributes from other interfaces? Also, what application depends on all this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8251#note_105904