Closed
Bug 261316
Opened 20 years ago
Closed 20 years ago
Input tag with type of "image" does not respect "alt" property
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: william.bryson, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
For <input type="image" src="example.jpg" alt="click here to submit">, the alt
text should be displayed as per a normal image. Firefox 1.0PR doesn't display
the alt text.
Reproducible: Always
Steps to Reproduce:
1. create a page with <input type="image" src="example.jpg" alt="Testing">
inside a form.
2. view page, mouse over the image
Actual Results:
No alt text was displayed
Expected Results:
Displayed the alt text for the image type input tag.
Firefox 1.0PR on Win2k pro.
Reporter | ||
Comment 1•20 years ago
|
||
(In reply to comment #0)
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7)
Gecko/20040803 Firefox/0.9.3
This is incorrect. Actual build this has problems on is 1.0PR,
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3)
Gecko/20040913 Firefox/0.10
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 22274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•