Closed
Bug 717
Opened 26 years ago
Closed 26 years ago
CSS: border styles set to show individually all show as outset
Categories
(MozillaClassic Graveyard :: Layout, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jcarpenter0524, Assigned: harishd)
References
()
Details
- Go to the URL:
http://slip/projects/marvin/css/sec5517.htm
- border styles when combined to make each side a different style, instead all
borders show as outset.
- Here is that part of the code illustrating the bug for the above URL
<HTML>
<HEAD>
<TITLE>CSS1 Test Suite: border-style</TITLE>
<STYLE type="text/css">
.nine {border-style: double groove; border-color: red; border-width: thick}
.ten {border-style: groove ridge double inset; border-color: orange;
border-width: thick}
</STYLE>
</HEAD>
<BODY>
<P class="nine">This paragraph should have thick, double, top and bottom
borders, and thick grooved side borders, and all should be red.</P>
<P class="ten">This paragraph should have a grooved top border, a ridged right
border, a double bottom border, and an inset left border. All should be thick
and orange. Extra text, XXX XX X XXXXX XXX X X XXX XXX XXXX XXXX XXXXXX XX X
XXXXX X XXXXXXX.</P>
</BODY>
</HTML>
Comment 1•26 years ago
|
||
Move david william's bugs to harishd. He should be starting 7/13/1998
Comment 2•26 years ago
|
||
Setting priority to P1...
BORDER_DOTTED and BORDER_DASHED are not implemented. Refer file
mozilla\cmd\winfe\cxdc.cpp.
Component: CSS → Layout
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This bug doesn't exist in NGLayout. Marking the bug fixed.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
Verified
1/6 build
You need to log in
before you can comment on or make changes to this bug.
Description
•