Closed
Bug 104322
Opened 24 years ago
Closed 21 years ago
cssText property for a DOMCSSDeclaration is broken for border-spacing
Categories
(Core :: DOM: CSS Object Model, defect, P5)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
536 bytes,
text/html
|
Details |
"border-spacing: a b" is listed as:
"-x-border-x-spacing: a; -x-border-y-spacing: b;"
in the cssText property of a DOMCSSDeclaration
![]() |
Assignee | |
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla0.9.9
![]() |
Assignee | |
Comment 2•23 years ago
|
||
The shorthand system needs a major overhaul
Component: Style System → DOM Style
Depends on: 108923
Priority: P3 → P5
Target Milestone: mozilla0.9.9 → Future
![]() |
Assignee | |
Updated•22 years ago
|
Keywords: helpwanted
![]() |
Assignee | |
Comment 3•22 years ago
|
||
![]() |
Assignee | |
Comment 4•21 years ago
|
||
Fixed by checkin for bug 208729.
You need to log in
before you can comment on or make changes to this bug.
Description
•