Closed
Bug 660596
Opened 14 years ago
Closed 14 years ago
Invisible text (Text will be drawn with white color on a white background)
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 440402
People
(Reporter: 127.0.0.0, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Parts of the text on http://www.afralisp.net seems to be invisible. If you select all elements of the page via [Ctrl]+[a] you will see the invisble text. It's text drawn in white color on a white background.
If you open the page via internet explorer you will see the (hopefully) correct text drawn with black color.
Reproducible: Always
Steps to Reproduce:
1. Open http://www.afralisp.net/archive/lispa/menu1.htm
2. Select elements via [Ctrl]+[a] or mouse
3.
Actual Results:
Invisible text will be made visible.
Expected Results:
Text should be always visible.
Comment 1•14 years ago
|
||
This because we implement color:transparent, as specified in CSS3-Color. [1] The page uses this to make all text in tables transparent: [2]
table { table-border-color-light: #999999; table-border-color-dark: #000000; color:
transparent; border-color: #000000 }
Please contact the website to have that rule removed.
[1] http://www.w3.org/TR/css3-color/#transparent
[2] http://www.afralisp.net/archive/_themes/blends/blen1011.css
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Component: General → Style System (CSS)
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → style-system
Hardware: x86 → All
Resolution: --- → INVALID
Version: unspecified → Trunk
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
Resolution: INVALID → DUPLICATE
Comment 3•14 years ago
|
||
Uh... per comment 1, evangelism, no?
Assignee: nobody → english-us
Component: Style System (CSS) → English US
Product: Core → Tech Evangelism
QA Contact: style-system → english-us
Version: Trunk → unspecified
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•