Closed
Bug 309675
Opened 19 years ago
Closed 19 years ago
attribute mapping code for table's frame attribute cascades incorrectly
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
Attachments
(3 files)
513 bytes,
text/html; charset=UTF-8
|
Details | |
10.68 KB,
patch
|
Details | Diff | Splinter Review | |
8.53 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
A bunch of the attribute mapping code for TABLE's frame attribute cascades
incorrectly since it doesn't check against eCSSUnit_Null before setting. This
is documented in:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/layout/style/nsIStyleRule.h&rev=3.26&mark=93-97#84
Testcase and patch coming.
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Comment 2•19 years ago
|
||
Assignee | ||
Comment 3•19 years ago
|
||
Attachment #197097 -
Flags: superreview?(bzbarsky)
Attachment #197097 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•19 years ago
|
OS: AIX → All
Comment 4•19 years ago
|
||
Comment on attachment 197097 [details] [diff] [review]
patch (diff -ub)
r+sr=bzbarsky
Attachment #197097 -
Flags: superreview?(bzbarsky)
Attachment #197097 -
Flags: superreview+
Attachment #197097 -
Flags: review?(bzbarsky)
Attachment #197097 -
Flags: review+
Assignee | ||
Comment 5•19 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•