Status: New
Owner: jasvir
Labels: Type-Defect Priority-Medium
New issue 1288 by jasvir: Non-obvious error on missing required "action"
attribute on forms
http://code.google.com/p/google-caja/issues/detail?id=1288
What steps will reproduce the problem?
1. Cajole the following:
<form id = "myform">
<input id="query" type="text" name="query" value="Hello World" />
<input type="submit" value="Search" />
</form>
What is the expected output? What do you see instead?
Expected either understandable error message or a valid usable form.
Instead got the error: URI unknown:///unknown is malformed:unknown:1: <form
id = "myform">
Please use labels and text to provide additional information.