Closed
Bug 2744
Opened 26 years ago
Closed 26 years ago
Transparent borders are not implemented/do not work
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: rods, Assigned: peterl-retired)
Details
This is a reminder bug (also waiting on "outline")
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
outline is in too.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Using 4/26 Apprunner and the following HTMl code:
<html>
<head>
<title>border_color_transparent.html</TITLE>
</head>
<body style="background-color: aqua">
<p style="border-style: solid; border-width: 1pc; border-color: yellow yellow
transparent yellow">The bottom border of this paragraph box should be
transparent. The other borders are yellow for comparison.</p>
</body>
</html>
verifying bug fixed in regards to transparent border implementation.
You need to log in
before you can comment on or make changes to this bug.
Description
•