Jacek Caban (@jacek) commented about dlls/mshtml/htmlcurstyle.c:
.disp_tid = DispHTMLCurrentStyle_tid, .iface_tids = MSCurrentStyleCSSProperties_iface_tids, .init_info = MSCurrentStyleCSSProperties_init_dispex_info,
- .js_flags = HOSTOBJ_VOLATILE_PROPS
Could we just set the flag based on the presence of `get_dispid`/`find_dispid` in `init_host_object` instead of specifying it separately? That’s fine if we have use cases that need a different condition, but for this patch it doesn’t seem necessary.