[
https://issues.apache.org/jira/browse/OFBIZ-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979350#comment-13979350 ]
Sumit Pandit commented on OFBIZ-4302:
-------------------------------------
Given link in task is broken, Below is correct link -
http://www.w3schools.com/html/html5_form_input_types.asp> Improve form widget to use html5 new input types
> ------------------------------------------------
>
> Key: OFBIZ-4302
> URL:
https://issues.apache.org/jira/browse/OFBIZ-4302> Project: OFBiz
> Issue Type: Sub-task
> Components: framework
> Reporter: Patrick Antivackis
>
> HTML5 brings lot of improvement on forms input types
>
http://www.w3schools.com/html5/html5_form_input_types.asp> It would be nice to let form widget use these new input types. Css can also be used in order to higlight field validation
> {code}
> input:required:invalid, input:focus:invalid {
> background-color: red;
> }
> input:required:valid {
> background-color: green;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)