Closed Bug 282704 Opened 20 years ago Closed 20 years ago

Some of the HTML tags properties are not implemented in firefox

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
trivial

Tracking

()

RESOLVED INVALID

People

(Reporter: stefitoth, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

I am an advanced web designer and I have a hard time making websites look alike
under MSIE and Firefox. There are many HTML tag properties which I would like to
use but Firefox does not interpret.

Here are some examples that I would like to use:
1)bordercolordark and bordercolorlight for example in
<TABLE width="100%" border="1" cellspacing="0" cellpadding="0" align="center"
bordercolordark="#EAEAEA" bordercolorlight="#FFFFFF">
2)the 'color' attribute is not interpreted in:
<hr color=red>


Reproducible: Always
borderColorDark and borderColorLight are not in any html standards--they are
IE-proprietary extensions that (as far as I can tell) no other browser supports.

As for <hr>, it is colored with either the background color or the border color
(or both), not the foreground color (which applies to text). The color attribute
applies to the foreground color.

-> INVALID

P.S.: In the future, please file one bug per problem, it's much easier for the
developers to track that way.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.