On Tue Sep 12 14:27:12 2023 +0000, Gabriel Ivăncescu wrote:
I wanted to provide some "defaults" (for QI it's the one that gets chained at the end), and only set object-specific overrides. Although I could do that with this way as well, but I'll have to put `CSSSTYLE_DISPEX_VTBL_ENTRIES` first, does that sound reasonable or you prefer not to have defaults that way?
I'm not sure how portable it is, it causes a warning on clang: https://godbolt.org/z/x8Y7veEYj
It doesn't seem very useful for style object's `query_interface` in the first place (through I guess that you planned to use something like that for nodes as well).