Closed Bug 178121 Opened 22 years ago Closed 22 years ago

alt text does not show for <input type=image>

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

VERIFIED DUPLICATE of bug 25537

People

(Reporter: bohm_s, Assigned: jst)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826

Using the following code, the alt text "Google" does not show when you hover
over the input image.

  <form action="http://www.google.com/search" name="f">
    <input maxlength=256 size=25 name="q" value="" style="border: solid;
border-width: 1px; border-color: #999999">
    <input type=image src=images/art.gif border=0 align="" alt="Google" name="bG">
  </form>


Reproducible: Always

Steps to Reproduce:
1.Hover over the image

Actual Results:  
No alt text appears

Expected Results:  
Alt text should appear

*** This bug has been marked as a duplicate of 25537 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in before you can comment on or make changes to this bug.