Closed
Bug 205979
Opened 23 years ago
Closed 23 years ago
"Load Images" option equates to "display: none;" if unchecked
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
DUPLICATE
of bug 202904
People
(Reporter: aholmes84, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
In Options -> General there is a option "Load Images" which when unchecked does
not load images (as to be expected), however its effect is equivalent to setting:
img { display: none; }
which causes the alternate text (<img alt="foobar"...>) to be hidden as well
when it should display the alternate text.
Reproducible: Always
Steps to Reproduce:
1. Uncheck "Load Images" in Options -> General and accept changes
2. Visit abov URI or any webpage that has images with alternate text
Actual Results:
Alternate text is not displayed
Expected Results:
Alternate text should be displayed because failure to do so may hinder
understanding of web site, eg. <img src="menu.gif" alt="Menu">
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 202904 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•