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: required

  19. htmltextareaelement api: rows

  20. htmltextareaelement api: select

  21. htmltextareaelement api: selectionend

  22. htmltextareaelement api: setrangetext

  23. htmltextareaelement api: textlength

  24. htmltextareaelement api: type

  25. htmltextareaelement api: validity

  26. htmltextareaelement api: value

  27. htmltextareaelement api: willvalidate

  28. htmltextareaelement api: wrap

  29. css property: appearance: textarea

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

  31. html element: textarea

  32. html element: textarea: autocomplete

  33. html element: textarea: autocomplete: `new-password` value

  34. html element: textarea: autocomplete: `one-time-code` value

  35. html element: textarea: autocomplete: `webauthn` value

  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