[Webkit-unassigned] [Bug 37612] New: CSS outline property shows in reverse order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 14:53:16 PDT 2010


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

           Summary: CSS outline property shows in reverse order
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alfred at 54.org


Summary:
When I pull up the web inspector I found that the outline css property shows in
reverse order (width, style, color).
It should be color, style, width –
http://www.w3.org/TR/1998/REC-CSS2-19980512/ui.html#propdef-outline

Steps to reproduce:
1. put this in your url bar – javascript:document.write('<p style="outline: red
solid 1px">Hello</p>')
2. Inspect Element on Hello

Expected Results:
CSS Property outline should show up in the correct order: red solid 1px

Actual Results:
Shows up as 1px solid red

Regression:
I noticed this in Safari 4.0.5. I Tried the April 13th nightly build and
confirmed it there too.
The border property is in the order of width, style, color.  Maybe it was
confused with that?

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