[Webkit-unassigned] [Bug 60249] Make RenderStyle::setColumnBreakInside() reject unsupported enum values.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 23:48:21 PDT 2011


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2011-05-04 23:48:21 PST ---
So can we ever be passed in the "always" value?  For properties which have valid values, but they are invalid for specific elements we fix up the values in CSSStyleSelector::adjustRenderStyle.  A good example is overflow "scroll" and "auto" in SVG content.  Totally valid values (which might be set accidentally by CSS), but they don't have meanings in SVG so they get mapped to other values.  Is that the case here?

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