[Webkit-unassigned] [Bug 109229] New: CSS Unit vw in border-width maps to 0px.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 13:49:34 PST 2013


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

           Summary: CSS Unit vw in border-width maps to 0px.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://espadrine.github.com/aulx/
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thaddee.tyl at gmail.com


At the following URL: <http://espadrine.github.com/aulx/>,
you may notice the following CSS rule:

    hgroup { border: 0.4vw solid rgba(188,188,196,0.3); }

Any vw unit that I tried in the border (or in any border at all, see <http://jsbin.com/avirem/1>)
made the border width be 0px, which is invalid.
However, it does parse the rule fine.

- It should be valid as per the spec,
- It works on Firefox 19+,
- WebKit seems to accept the percentage type, which isn't allowed by the spec (but I assume works similarly).

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