Jacek Caban (@jacek) commented about dlls/mshtml/dispex.c:
return S_OK;
}
+dispex_static_data_t *dispex_get_static_data_desc(DispatchEx *dispex) +{
- return dispex->info->desc;
+}
It seems to me that it should be possible to implement functions inside `CSSStyle` instead of checking types like that.