Bugzilla – Bug 862
Input element size attribute not allowed on HTML5.
Last modified: 2011-10-18 10:06:46 CEST
http://validator.nu/?doc=http%3A%2F%2Fpastehtml.com%2Fview%2Fb9oi9ecpo.html [code]<input type="file" size="10" />[/code] Error: Attribute size not allowed on element input at this point. It should be allowed by the HTML5 spec.
The size attribute is only allowed when the value of the type attribute is text, search, url, tel, email, or password. See the chart here: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary