[Webkit-unassigned] [Bug 16662] CSS3: Implement calc()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 14:24:36 PST 2011


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


Mike Lawther <mikelawther at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikelawther at chromium.org




--- Comment #29 from Mike Lawther <mikelawther at chromium.org>  2011-02-07 14:24:34 PST ---
Here is another attempt at getting CSS calc into WebKit :)

This patch implements CSS3 calc(), min() and max() as in the CSS3 Values and Units Editor's Draft 27 August 2010 http://dev.w3.org/csswg/css3-values/ (direct link at http://www.w3.org/TR/2010/ED-css3-values-20100827 appears broken :( ).

I do not intend to land this patch in one hunk - but in the smallest pieces I can (eg just the lexing stage, then the parsing stage etc). I've uploaded the whole patch so as to show how the whole thing fits together. I know it's not completely polished (that can happen in child bugs).

Thanks to David Smith and Shinichiro Hamaji - this patch builds on your good work.

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