[Webkit-unassigned] [Bug 78493] [CSSRegions][CSSOM] Implement Element.getRegionFlowRanges

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 12:25:37 PDT 2012


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





--- Comment #12 from Raul Hudea <rhudea at adobe.com>  2012-09-10 12:25:58 PST ---
(In reply to comment #9)
> (From update of attachment 162511 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=162511&action=review
> 
> > Source/WebCore/dom/Element.idl:147
> >          // CSS Regions API
> >          readonly attribute DOMString webkitRegionOverset;
> > +        sequence<Range> webkitGetRegionFlowRanges();
> 
> Is there no ENABLE macro for regions?  These DOM APIs shouldn't be enabled by default.

I made the webkitGetRegionFlowRanges not visible if CSS_REGIONS is not enable, but for the others I've added a new bug to make sure every Regions API is validated: https://bugs.webkit.org/show_bug.cgi?id=96300

Thanks for catching that.

-- 
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