spring-framework/spring-framework-reference
Rossen Stoyanchev c290a4e68a SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags.
Since dynamic attributes were allowed in Spring 3, it raised the 
possibility to specify a type attribute on a number of the form tags.
Where it makes sense (see below) that attribute is now rejected
and reversely where it makes sense it is accepted.

InputTag allows types other than "text" but rejects type="radio" or 
type="checkbox" since there is a good reason for those to be used 
only in conjunction with the appropriate form library tags.

Other HTML input tags such as PasswordTag, HiddenInputTag, 
Checkbox(es)Tag and RadioBox(es)Tag check the dynamic attributes 
and reject them if they contain a type attribute since.
2011-11-02 21:38:50 +00:00
..
css/html added some styling and color coded syntax highlighting to beans chapter 2009-04-07 16:54:36 +00:00
images Fix 'Dymaic'->'Dynamic' typo in graphic (SPR-7715) 2011-03-10 14:09:11 +00:00
src SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags. 2011-11-02 21:38:50 +00:00
styles html multi-page doc now only generates files per chapter consistent with Spring 2.5 2009-12-15 00:18:46 +00:00
.project Added Eclipse project settings to the reference documentation so that the documentation can be more easily edited and built within Eclipse. 2009-04-30 00:59:09 +00:00
build.xml Added the Spring Framework reference documentation 2009-03-18 20:00:49 +00:00
ivy.xml Publishing license and notice files 2010-08-23 13:17:31 +00:00