Bug 16132
| Summary: | Text hidden by "color: transparent;" CSS rule on www.sancarlosll.org (MS FrontPage 6.0) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gavin Sherlock <gsherloc> |
| Component: | Evangelism | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.sancarlosll.org/Archive/tryout_policy.htm | ||
Gavin Sherlock
Go to URL - majority of page doesn't show up. Works fine in Firefox (2.0.0.9). Inspector Console doesn't indicate any errors. Also, the related urls:
http://www.sancarlosll.org/Player%20Levels.htm
http://www.sancarlosll.org/Archive/league_&_player_levels.htm
have the same problem, and also work in Firefox. Tested in r28007 on 10.4.11. Note, the page also does not work in either release Safari 3.0.4 (523.12), or 2.0.4 (419.3) under Tiger (10.4.11 and 10.4.10 respectively), so is not a regression. I haven't tested on Leopard.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Confirmed with a local debug build of WebKit r28012 with Safari 3.0.4 (523.12) on Mac OS X 10.4.11 (8S165).
The problem is in the <http://www.sancarlosll.org/_themes/quad/quad1011.css> stylesheet which contains the following rule:
TABLE{
table-border-color-light:#CCCC99;
table-border-color-dark:#666666;
border-color:#666666;
color:transparent;
}
The "color:transparent;" rule is inherited by the text within the tables, which causes it to disappear.
I suspect this is an evangelism issue, but I'm not sure.
David Kilzer (:ddkilzer)
(In reply to comment #1)
> The "color:transparent;" rule is inherited by the text within the tables, which
> causes it to disappear.
When inspecting the page, I noticed an unprintable character appeared after "color: transparent;" rule. Filed Bug 16134.
Dave Hyatt
This is an evangelism issue yes. transparent is a valid color keyword in CSS3.
Gavin Sherlock
Have emailed web master suggesting rule be modified or deleted.
Robert Blaut
I checked the page with Webkit r30123 and found they modified its CSS file. The page works almost the same as in Firefox except border of a table is not visible.
Oliver Hunt
Page appears to work now.