This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21235 - Logo link may become invisible mystery navigation when user color scheme enforced
Summary: Logo link may become invisible mystery navigation when user color scheme enfo...
Status: NEW
Alias: None
Product: webplatform.org
Classification: Unclassified
Component: skin (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Doug Schepers
QA Contact: public-webplatform-bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-09 18:57 UTC by Benjamin Hawkes-Lewis
Modified: 2013-03-09 18:57 UTC (History)
0 users

See Also:


Attachments

Description Benjamin Hawkes-Lewis 2013-03-09 18:57:02 UTC
The logo link may become invisible mystery navigation when a user enforces their color scheme.

Example method to reproduce in Mac Fx:

* Open Preferences
* Go to Content tab.
* Click Colors button
* Untick "Allow pages to choose their own colors"
* Visit e.g. docs.webplatform.org

This is a not uncommon problem with CSS text replacement and may cause accessibility problems for users who need different colors for legibility, but don't need to throw out the entire site layout.

Cleanest approaches still seem to be inline SVG, sniffing for author color application with JS before replacing the text with CSS background image, or just using an img with alt old-style.

When I was reporting this bug it was pointed out to me that the link is actually missing any link _text_:

<div id="p-logo"><a href="/wiki/Main_Page" title="Visit the main page"></a></div>