Closed
Bug 55676
Opened 24 years ago
Closed 23 years ago
[outline]-moz-outline color is invisible with a dark background colored web page. (link,focus,pr0n)
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: jameslariviere, Assigned: attinasi)
References
Details
(Keywords: access)
Attachments
(1 file)
(deleted),
text/html
|
Details |
DESCRIPTION:
-moz-outline color is nearly invisible with a dark background-color in back of a
:link.
STEPS TO REPRODUCE:
click a link in the test case.
ACTUAL RESULTS:
-moz-outline color is dark. test page is dark. So, you do not see the outline.
EXPECTED RESULTS:
I think that the -moz-outline color should match the :link:active text color or
at least the color of the :link or default text in the web page.
In IE5, the outline seems to always be white when there is a dark background.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
We should use the 'invert' colour, which we can do once 'outline' is implemented
properly.
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Future
Reporter | ||
Comment 3•24 years ago
|
||
Adding depends on properly implementing css2 outlines.
Depends on: css2outline
Comment 4•24 years ago
|
||
Netscape's standard compliance QA team reorganised itself once again, so taking
remaining non-tables style bugs. Sorry about the spam. I tried to get this done
directly at the database level, but apparently that is "not easy because of the
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: -moz-outline color is invisible with a dark background colored web page. → [outline]-moz-outline color is invisible with a dark background colored web page.
Comment 6•23 years ago
|
||
Adding fcc508 keyword. This is a crucial accessibility issue, outlined in FCC
Section 508 statutes. US Government agencies cannot legally purchase Mozilla
based products that contain this problem.
Comment 7•23 years ago
|
||
Bug 73884 (support 'invert' color for -moz-outline) is fixed now. Resetting
target milestone from future: is this easy to fix now, or does it depend on bug
6647 (full support for CSS2 outline property)?
Target Milestone: Future → ---
Comment 8•23 years ago
|
||
Bug 73884 was reopened.
Reassigning to attinasi. When bug 73884 is fixed, the patch for this bug is very
simple. In html.css, just change the focus declaration to:
*|*:-moz-any-link:focus {
-moz-outline: 1px dotted invert;
}
Assignee: pierre → attinasi
Status: ASSIGNED → NEW
Comment 9•23 years ago
|
||
I had to include duplicate bugs in my query to find this bug. I'd suggest
adding "focus" and maybe "link" to the summary before porn surfers discover
Mozilla (due to mentions of the dom.disable_open_during_load pref on Slashdot),
wonder why they can't keep their place while middle-clicking links on
http://www.erotica-toon.com/, and file dups.
Assignee | ||
Comment 10•23 years ago
|
||
uh, ok.
Summary: [outline]-moz-outline color is invisible with a dark background colored web page. → [outline]-moz-outline color is invisible with a dark background colored web page. (link,focus,pr0n)
Comment 11•23 years ago
|
||
setting this to m9.5, it looks like bug 73884 is getting in under 9.4 and 6647
may not need to be resolved to resolve this issue, see Pierre's patch suggestion
in htis bug.
Priority: P3 → P2
Target Milestone: --- → mozilla0.9.5
Assignee | ||
Comment 12•23 years ago
|
||
bug 73884 is FIXED (on trunk anyway). Marking this one fixed too.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 14•23 years ago
|
||
Continuation:
bug 111526, "link focus outline (invert) invisible on gray backgrounds".
Comment 15•6 years ago
|
||
Keywords: sec508
You need to log in
before you can comment on or make changes to this bug.
Description
•