Closed
Bug 2035
Opened 26 years ago
Closed 26 years ago
problems with ua.css
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: peterl-retired)
Details
I was just looking through ua.css and found the following problems (the main
one is #1):
1) there are missing semicolons after the padding values for LABEL. This
probably causes them to be ignored
2) You are using "//" comments again in :SCROLLBAR-LOOK
3) Why does BR have "color: cyan;"? Is cyan even a color? I thought it was
aqua.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Yes, "cyan" is a color, to us and IE.
verified on:
redhat 5.2 build 99020914
macos 8.51 build 99020914
nt4.0 sp4 build 99020915
You need to log in
before you can comment on or make changes to this bug.
Description
•