1. Selection controls for input & textarea

    Controls for setting and getting text selection via `setSelectionRange()` and the `selectionStart` & `selectionEnd` properties.

  2. maxlength attribute for input and textarea elements

    Declares an upper bound on the number of characters the user can input. Normally the UI ignores attempts by the user to type in additional characters beyond this limit.

  3. readonly attribute of input and textarea elements

    Makes the form control non-editable. Unlike the `disabled` attribute, `readonly` form controls are still included in form submissions and the user can still select (but not edit) their value text.

  4. htmltextareaelement api

  5. htmltextareaelement api: autocomplete

  6. htmltextareaelement api: checkvalidity

  7. htmltextareaelement api: cols

  8. htmltextareaelement api: defaultvalue

  9. htmltextareaelement api: dirname

  10. htmltextareaelement api: disabled

  11. htmltextareaelement api: form

  12. htmltextareaelement api: labels

  13. htmltextareaelement api: maxlength

  14. htmltextareaelement api: minlength

  15. htmltextareaelement api: name

  16. htmltextareaelement api: placeholder

  17. htmltextareaelement api: readonly

  18. htmltextareaelement api: reportvalidity

  19. htmltextareaelement api: required

  20. htmltextareaelement api: rows

  21. htmltextareaelement api: select

  22. htmltextareaelement api: selectionend

  23. htmltextareaelement api: selectionstart

  24. htmltextareaelement api: `select` event

  25. htmltextareaelement api: setrangetext

  26. htmltextareaelement api: textlength

  27. htmltextareaelement api: type

  28. htmltextareaelement api: validity

  29. htmltextareaelement api: value

  30. htmltextareaelement api: willvalidate

  31. htmltextareaelement api: wrap

  32. css property: appearance: textarea

  33. css property: white-space: support on `<textarea>`

  34. html element: textarea

  35. html element: textarea: autocomplete

  36. html element: textarea: cols

  37. html element: textarea: dirname

  38. html element: textarea: disabled

  39. html element: textarea: form

  40. html element: textarea: maxlength

  41. html element: textarea: minlength

  42. html element: textarea: name

  43. html element: textarea: placeholder

  44. html element: textarea: placeholder: line breaks in `placeholder`

  45. html element: textarea: readonly

  46. html element: textarea: required

  47. html element: textarea: rows

  48. html element: textarea: spellcheck

  49. html element: textarea: wrap

  50. html element: textarea: wrap: `hard` value