WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 83026
84618
REGRESSION(
r112177
): border-color is serialized as border
https://bugs.webkit.org/show_bug.cgi?id=84618
Summary
REGRESSION(r112177): border-color is serialized as border
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug