[Webkit-unassigned] [Bug 82040] New: CSSParser doesn't set border-*-width/style/color to initial by border shorthand property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 03:13:34 PDT 2012


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

           Summary: CSSParser doesn't set border-*-width/style/color to
                    initial by border shorthand property
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, kling at webkit.org,
                    alexis.menard at openbossa.org
            Blocks: 81737


​<div id="test" style="border:solid;">hello</div>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
alert(​document.getElementById('test').style.borderTopColor);

should alert "initial".
​

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