Bug 37612
| Summary: | CSS outline property shows in reverse order | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alfred Morgan <alfred> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, hyatt, wyles |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.6 | ||
Alfred Morgan
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This is what is returned from HTMLElement.style.outline property.
Jared Wyles
Hello,
I have tried this bug out on Version 25.0.1364.155 of chrome. This does not still be apear to be an issue.
Can you confirm you are still seeing this?
Thanks.
Alfred Morgan
I checked Safari Version 6.0.2 and it appears to be working there as well.
Fixed, Thanks.