Closed Bug 1163 Opened 26 years ago Closed 25 years ago

The bordercolor attribute is not being honored

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: mcobbley, Assigned: karnaze)

References

()

Details

(Whiteboard: [TESTCASE])

Build 10-21-98
Win Nt 4. sp.3

Border Color tag is not supported in the following page.

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<!-- testcase: border_color.htm -->
<!-- Author: Michael Cobbley, Date: 10/19/98 -->
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS
CORPORATION
  Copyright © 1998 Netscape Communications Corporation. All Rights Reserved. Use
of this Test Script is
  subject to the terms of the applicable license agreement from Netscape
Communications Corporation. -->
<!-- Purpose: HTML 3.2 and HTML 4.0 The purpose is to specify a specific border
color.  -->
<!-- Expected result: In Communicator the border should be Blue.-->

<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Mike Cobbley">
   <meta name="GENERATOR" content="Mozilla/4.5 [en]C-NSCP  (WinNT; I)
[Netscape]">
   <title>Border_Color</title>
</head>
<body>
&nbsp;
<table border="3" BORDERCOLOR="#RRGGBB">
<caption>Testing BORDERCOLOR tag the border shood be blue.</caption>

<tr>
<td>mike</td>

<td>was</td>

<td>here</td>

<td>mike</td>

<td>was</td>

<td>here</td>
</tr>

<tr>
<td>mike</td>

<td>was</td>

<td>here</td>

<td>mike</td>

<td>was</td>

<td>here</td>
</tr>
</table>

</body>
</html>
Status: NEW → ASSIGNED
lowering priority from P1 to P3.  Reassigning to Peter.

Tables do support color on border. For example, this works:
<table style="border: thin solid blue">
<tr><td bgcolor=yellow style="border: thin solid blue">x</td></tr>
</table>
Assignee: buster → peterl
Status: ASSIGNED → NEW
Priority: P1 → P3
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee: peterl → karnaze
Table content needs to process and reflect the attribute into style.
Status: NEW → ASSIGNED
Target Milestone: M4 → M5
moving to M5
Target Milestone: M5 → M6
Moving to M6
Moving to M8
Depends on: 1055
Summary: The bordercolor tag is not being supported → The bordercolor attribute is not being honored
[TESTCASE]
New test case:
http://www.bath.ac.uk/%7Epy8ieh/internet/projects/mozilla/tableborder.html

Note that in IE4, the bordercolor attribute makes the table border become 2D,
while the border-color CSS property makes the table border 3D.

This is dependent on bug 1055 being fixed. Indeed, bug 1055 may be the only
reason that bordercolor is not working.
Moving to M9.
Whiteboard: [TESTCASE]
updated status line to [TESTCASE], as py8ieh=bugzilla@bath.ac.uk attached one. I
agree that solving 1055 will most probably resolve this bug.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed with latest changes.
Status: RESOLVED → VERIFIED
Using 9/15 Apprunner and 6/25 test case, verified bug fixed in regards to
bordercolor working. Although color is specified as 'lime' it displays as
'green' which is what was anticipated. There is a bug regarding border-color as
a separate issue that I wrote up under #14083
You need to log in before you can comment on or make changes to this bug.