TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

AutoFill is missing a few valid tokens for the autocomplete attribute

Open fcrozatier opened this issue 1 year ago • 3 comments

The AutoFill type of lib.dom.d.ts is missing the following tokens:

  • bday
  • cc-additional-name
  • language
  • nickname
  • organization-title
  • photo
  • sex
  • url

https://html.spec.whatwg.org/#autofill-field

fcrozatier avatar Sep 13 '24 13:09 fcrozatier

Hello Can I work on this @saschanaz ?

Bashamega avatar Apr 25 '25 15:04 Bashamega

I think they are missing because not enough browser engines implement them. Maybe double check if there's enough support.

saschanaz avatar Apr 25 '25 16:04 saschanaz

I think they are missing because not enough browser engines implement them. Maybe double check if there's enough support.

Where can I check the support for auto fill? I have tried can I use and nothing came up

Bashamega avatar Apr 28 '25 05:04 Bashamega