Closed Bug 22881 Opened 25 years ago Closed 22 years ago

the combination border-style double and thin width does not work

Categories

(Core :: CSS Parsing and Computation, defect, P3)

Other
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 1781

People

(Reporter: thomas, Assigned: pierre)

References

()

Details

If you look at the above URL, the paragraph should have a double, think border
set with this stylesheet:

border-style: double;
border-width: thin;

the border does not appear with the latest "nightly" build on a linux system. It
does however seem to work with Netscape 4.7. If I try other values for
border-width, the border will appear correctly as a double style. If I try other
styles with thin width, everything will be ok. It seems to be just this combination.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
According to the spec, the sum of the two lines and the space between them must
equal the value of 'border-width'. Since you set the border width to 'thin' which
is 1 pixel, we get 1/3rd of a pixel for each line and the space between so
nothing gets displayed. When using a 'double' border, you should set the width to
a minimum of 3px or 'medium'.
Status: RESOLVED → VERIFIED
Verified invalid
Reopening to mark duplicate.  We should be handling this case better.
Status: VERIFIED → REOPENED
Resolution: INVALID → ---

*** This bug has been marked as a duplicate of 1781 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago22 years ago
Resolution: --- → DUPLICATE
VERIFIED DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.