Bug 84618

Summary: REGRESSION(r112177): border-color is serialized as border
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: davidbarr, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2012-04-23 12:19:53 PDT
It seems like we need to bail out even more aggressively. Right now, WebKit serializes .foo { border-color: red; } as .foo { border: red; }, which is incorrect.
Attachments
Alexis Menard (darktears)
Comment 1 2012-04-23 12:24:05 PDT
(In reply to comment #0) > It seems like we need to bail out even more aggressively. > > Right now, WebKit serializes .foo { border-color: red; } as .foo { border: red; }, which is incorrect. Same problem as https://bugs.webkit.org/show_bug.cgi?id=83026 maybe we should keep one only.
Ryosuke Niwa
Comment 2 2012-04-23 12:39:24 PDT
Note border: red sets both border-style and border-width to the initial values whereas border-color: red doesn't.
Ryosuke Niwa
Comment 3 2012-04-24 14:06:58 PDT
*** This bug has been marked as a duplicate of bug 83026 ***
Note You need to log in before you can comment on or make changes to this bug.