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?