Closed
Bug 839
Opened 26 years ago
Closed 26 years ago
border widths can be negative
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kipp, Assigned: peterl-retired)
Details
<STYLE>
#negative { border-bottom-width: -10px; }
</STYLE>
<P ID=negative>Hi there! I should have no border. Go away!
The above test doesn't work right in raptor because the style system isn't
clamping the border value to 0. The CSS2 spec says that borders are not
allowed to be negative.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•