[Webkit-unassigned] [Bug 91076] [CSS Regions] Add the Region interface and the getRegions() API call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 18:12:01 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91076





--- Comment #17 from Adam Barth <abarth at webkit.org>  2012-07-24 18:12:02 PST ---
We discussed this a bunch in #webkit.  I'm not convinced that the Regions spec is doing something allowed by the WebIDL spec.  Our implementation of WebIDL isn't complete in this regard.  Specifically, in our bindings generation, we flatten the supplemental structure too early, which is fine for creating the prototype objects, but doesn't have enough information to let us convert C++ objects to the appropriate JS wrapper.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list