Hello Webkitters!

The latest WD for WebIDL defines a supplemental interface of an interface A as 
any element of the acyclic graph of interfaces that is connected to A through 
"implements" statements or through the inheritance chain of another 
supplemental interface:
http://www.w3.org/TR/WebIDL/#dfn-supplemental-interface

However, WebKitIDL defines "Supplemental" more like a "partial interface":
http://trac.webkit.org/wiki/WebKitIDL#Supplemental

I'm asking this because CSS Regions spec defines the Region interface as an 
WebIDL supplemental interface that needs to be implemented by any object that 
can be a region (Element, Pseudo elements etc.). Is there a way in WebKit to 
write an interface that "implements" another as specified by WebIDL?

Thanks,
Andrei.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to