Changes between Initial Version and Version 1 of Ticket #15080, comment 34
- Timestamp:
- 03/05/2013 10:02:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15080, comment 34
initial v1 1 In the interes of getting HTML5 support in, I'd like to propose a simpler solution. It follows the example `$req` sets, checks whether html5 was specified as the format, and outputs the corresponding input types. I moved away from adding the `pattern` parameter since we don't want to validate the form anyway.1 In the interest of getting HTML5 support in, I'd like to propose a simpler solution. It follows the example `$req` sets, checks whether html5 was specified as the format, and outputs the corresponding input types. I moved away from adding the `pattern` parameter since we don't want to validate the form anyway. 2 2 3 3 Feedback welcome!