Closed
Bug 270003
Opened 20 years ago
Closed 20 years ago
Input control works with html4 doctype but not with xhtml1 !!
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ve3ll, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041115 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041115 this is simple case of input area and input 'go' button. But the go doesnt produce the alert window with xhtml doctype if the doctype is changed to html4 and the element closers removed it works as expected Reproducible: Always Steps to Reproduce: 1.run the url 2.press the button 3. Actual Results: nothing ;-[ ;-[ Expected Results: displayed an alert message
Comment 1•20 years ago
|
||
You're using an invalid syntax that we accept in quirks mode: Warning: Element referenced by ID/NAME in the global scope. Use W3C standard document.getElementById() instead. Source File: file:///C:/Documents%20and%20Settings/bmason/Desktop/formtest.htm Line: 1 Since the XHTML document is in standards mode, we refuse it. Error: pw is not defined Source File: http://home.cogeco.ca/~ve3ll/formtest.htm Line: 1
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•