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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 14:47:25 PDT 2009


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

           Summary: Implement vw/vh/vm (viewport sizes) from CSS 3 Values
                    and Units
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://www.w3.org/TR/css3-values/#vw
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Simetrical+webkit at gmail.com
                CC: hyatt at apple.com


CSS 3 Values and Units specifies vw, vh, and vm units.  These are respectively
proportional to the width of the viewport, the height of the viewport, and the
minimum of the two.  These would be extremely useful for authors -- quite a few
very nasty hacks could be retired if we could use these (like
<http://www.alistapart.com/articles/fauxcolumns/> and
<http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks>).
 dhyatt said in #webkit that I should file a bug asking for this, and that
"they're very easy to implement".

As far as I know, no other rendering engine implements any of these units yet,
but I could be mistaken.  I'm going to file a bug against Gecko in a minute as
well.  See also this discussion on www-style:

http://lists.w3.org/Archives/Public/www-style/2009Jul/0021.html

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