1. autocomplete attribute: on & off values

    The `autocomplete` attribute for `input` elements indicates to the browser whether a value should or should not be autofilled when appropriate.

  2. elementinternals api: ariaautocomplete

  3. element api: ariaautocomplete

  4. htmlformelement api: autocomplete

  5. htmlinputelement api: autocomplete

  6. htmlinputelement api: showpicker: `autocomplete` input

  7. htmlselectelement api: autocomplete

  8. htmltextareaelement api: autocomplete

  9. html element: form: autocomplete

  10. html element: form: autocomplete: `new-password` value

  11. html element: form: autocomplete: `one-time-code` value

  12. html element: form: autocomplete: `webauthn` value

  13. html element: input: autocomplete

  14. html element: select: autocomplete

  15. html element: textarea: autocomplete

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

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

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