On Wed Oct 22 16:37:20 2025 +0000, Jacek Caban wrote:
What's the point of it? We're not going to share its implementations, so we could as well just have those properties in element-specific interfaces (like Gecko does).
It wasn't about sharing implementations, but about having to define less interfaces, instead of copy pasting those methods on multiple objects' interfaces. So you want to merge them into multiple interfaces for different objects?