[html5-diff] s3.2: missing textarea attributes ? maxlength wrap

Hello

Section 3.2 "New attributes" [0] of "HTML5 differences from HTML4" WD
02/28/2011
lists the following new attributes for the textarea element:

  autofocus
  placeholder
  form
  required
  dirname

But performing HTML5 attributes of textarea [1] minus HTML4.01 attributes
of textarea [2] yields:

 autofocus
 placeholder
 form
 required
 dirname
 maxlength
 wrap

So, it seems that maxlength and wrap are missing in Section 3.2.

Thanks


        Orlando Marcelo
      ( cordoba, argentina )


[0] http://dev.w3.org/html5/html4-differences/#new-attributes
[1] http://www.w3.org/TR/html5/the-button-element.html#the-textarea-element
[2] http://www.w3.org/TR/html401/interact/forms.html#h-17.7

Received on Monday, 28 February 2011 21:27:59 UTC