Closed
Bug 200499
Opened 22 years ago
Closed 20 years ago
getComputedStyle should return a value for border-spacing
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
border-spacing is not listed in the dom viewer as a computed style property and
also the return of the dom method seems to be empty.
Updated•22 years ago
|
Comment 2•22 years ago
|
||
This is basically bug 137688 -- border-spacing is a shorthand internally...
Depends on: 137688
Comment 3•21 years ago
|
||
Alternately, fixing bug 208729 (so that border-spacing is no longer a shorthand)
would work too.
Depends on: 208729
Comment 4•20 years ago
|
||
Fixed by checkin for bug 208729. Note that the computed style is "15px 15px" in
the testcase, so the testcase still fails, even though this is an acceptable
value for computed border-spacing in this case....
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•