Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
HTML 5 form novalidate attribute
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tony Nelson  
View profile  
 More options Dec 28 2011, 11:49 am
From: Tony Nelson <tonynelso...@gmail.com>
Date: Wed, 28 Dec 2011 08:49:05 -0800 (PST)
Local: Wed, Dec 28 2011 11:49 am
Subject: HTML 5 form novalidate attribute
Would it make sense for ColdMVC to add the novalidate attribute to
forms by default when using <c:form>? I find the HTML 5 form
validation a little wonky and I think it might be best if developers
had to opt-in to using it.

I could also add the ability to configure it on/off by default using
your config.ini. For example, you'd be able to set
coldmvc.form.options.form.novalidate = true or something like that.

Thoughts?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Arneson  
View profile  
 More options Dec 28 2011, 11:57 am
From: Ryan Arneson <arne...@gmail.com>
Date: Wed, 28 Dec 2011 10:57:06 -0600
Local: Wed, Dec 28 2011 11:57 am
Subject: Re: HTML 5 form novalidate attribute

If you didn't add the config option, how would you get rid of the
novalidate attribute from the form tag if you wanted to use it?

On Wed, Dec 28, 2011 at 10:49 AM, Tony Nelson <tonynelso...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tony Nelson  
View profile  
 More options Dec 28 2011, 11:59 am
From: Tony Nelson <tonynelso...@gmail.com>
Date: Wed, 28 Dec 2011 08:59:44 -0800 (PST)
Local: Wed, Dec 28 2011 11:59 am
Subject: Re: HTML 5 form novalidate attribute
I would update the attribute to support boolean values, so that
<c:form novalidate="true" /> would add the novalidate attribute and
<c:form novalidate="false" /> would remove it if it existed.

FYI, negatively-named attributes and valueless attributes are
horrible.

On Dec 28, 10:57 am, Ryan Arneson <arne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Ricard  
View profile  
 More options Dec 28 2011, 12:55 pm
From: Ryan Ricard <ryan.ric...@gmail.com>
Date: Wed, 28 Dec 2011 11:55:47 -0600
Local: Wed, Dec 28 2011 12:55 pm
Subject: Re: HTML 5 form novalidate attribute

Until there is broader browser support for inline validation, it makes
sense to default ColdMVC forms to novalidate with an opt-in option.

On Wed, Dec 28, 2011 at 10:59 AM, Tony Nelson <tonynelso...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »