[Webkit-unassigned] [Bug 27160] Implement vw/vh/vm (viewport sizes) from CSS 3 Values and Units

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 07:43:12 PST 2012


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





--- Comment #15 from Tab Atkins <tabatkins at google.com>  2012-01-27 07:43:10 PST ---
(In reply to comment #14)
> What happens when the window is resized? It seems like we need to re-calculate all lengths that have already been computed, which in effect means re-applying all CSS properties continuously during a window resize (ie. for every new width which the window size is changing). That seems like it would be really computationally expensive.

It's basically identical to using a lot of percentages, except it can potentially apply more widely.

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