Closed
Bug 1151
Opened 26 years ago
Closed 26 years ago
We don't honor the "border" attribute on input type=image
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: karnaze)
Details
Here's a simple test case, taken from a netcenter sign-in page:
<html>
<body>
<form>
<INPUT TYPE=image SRC="http://ureg.netscape.com/images/signin_button.gif"
WIDTH=55 HEIGHT=23 BORDER=0>
</form>
</body>
</html>
Currently, we paint the default blue border around the image, despite the
"border=0."
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•26 years ago
|
||
Adding troy to cc list. I think I read recently that he fixed this. Troy, care
to comment?
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed in Build Release 11/30.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•