Closed
Bug 1166
Opened 26 years ago
Closed 26 years ago
<BUTTON> is confined to <FORM>
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: karnaze, Assigned: rickg)
Details
<BUTTON> needs to exist outside of a <FORM>. A button outside of a form can
service javascript needs. The following should be allowed.
<html>
<body>
<button>hello button</button>
</body>
</html>
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•26 years ago
|
||
Fixed in Build release 11/30.
You need to log in
before you can comment on or make changes to this bug.
Description
•