File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10190,7 +10190,7 @@ interface HTMLFormElement extends HTMLElement {
1019010190 *
1019110191 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/autocomplete)
1019210192 */
10193- autocomplete: string;
10193+ autocomplete: "off" | "on" | "name" | "honorific-prefix" | "given-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | ( string & {}) ;
1019410194 /**
1019510195 * Retrieves a collection, in source order, of all controls in a given form.
1019610196 *
Original file line number Diff line number Diff line change 12571257 "HTMLSelectElement" : {
12581258 "properties" : {
12591259 "property" : {
1260+ "autocomplete" : {
1261+ "name" : " autocomplete" ,
1262+ "overrideType" : " \" off\" | \" on\" | \" name\" | \" honorific-prefix\" | \" given-name\" | \" family-name\" | \" honorific-suffix\" | \" nickname\" | \" email\" | \" username\" | \" new-password\" | \" current-password\" | \" one-time-code\" | \" organization-title\" | \" organization\" | \" street-address\" | \" address-line1\" | \" address-line2\" | \" address-line3\" | \" address-level4\" | \" address-level3\" | \" address-level2\" | \" address-level1\" | \" country\" | \" country-name\" | \" postal-code\" | \" cc-name\" | \" cc-given-name\" | \" cc-additional-name\" | \" cc-family-name\" | \" cc-number\" | \" cc-exp\" | \" cc-exp-month\" | \" cc-exp-year\" | \" cc-csc\" | \" cc-type\" | \" transaction-currency\" | \" transaction-amount\" | \" language\" | \" bday\" | \" bday-day\" | \" bday-month\" | \" bday-year\" | \" sex\" | \" tel\" | \" tel-country-code\" | \" tel-national\" | \" tel-area-code\" | \" tel-local\" | \" tel-extension\" | \" impp\" | \" url\" | \" photo\" | (string & {})"
1263+ },
12601264 "selectedOptions" : {
12611265 "name" : " selectedOptions" ,
12621266 "overrideType" : " HTMLCollectionOf<HTMLOptionElement>"
16601664 "HTMLInputElement" : {
16611665 "properties" : {
16621666 "property" : {
1667+ "autocomplete" : {
1668+ "name" : " autocomplete" ,
1669+ "overrideType" : " \" off\" | \" on\" | \" name\" | \" honorific-prefix\" | \" given-name\" | \" family-name\" | \" honorific-suffix\" | \" nickname\" | \" email\" | \" username\" | \" new-password\" | \" current-password\" | \" one-time-code\" | \" organization-title\" | \" organization\" | \" street-address\" | \" address-line1\" | \" address-line2\" | \" address-line3\" | \" address-level4\" | \" address-level3\" | \" address-level2\" | \" address-level1\" | \" country\" | \" country-name\" | \" postal-code\" | \" cc-name\" | \" cc-given-name\" | \" cc-additional-name\" | \" cc-family-name\" | \" cc-number\" | \" cc-exp\" | \" cc-exp-month\" | \" cc-exp-year\" | \" cc-csc\" | \" cc-type\" | \" transaction-currency\" | \" transaction-amount\" | \" language\" | \" bday\" | \" bday-day\" | \" bday-month\" | \" bday-year\" | \" sex\" | \" tel\" | \" tel-country-code\" | \" tel-national\" | \" tel-area-code\" | \" tel-local\" | \" tel-extension\" | \" impp\" | \" url\" | \" photo\" | (string & {})"
1670+ },
16631671 "selectionDirection" : {
16641672 "name" : " selectionDirection" ,
16651673 "overrideType" : " \" forward\" | \" backward\" | \" none\" "
17821790 " HTMLTextAreaElement " : {
17831791 " properties " : {
17841792 " property " : {
1793+ " autocomplete " : {
1794+ " name " : " autocomplete " ,
1795+ " overrideType " : " \ " off\" | \" on\" | \" name\" | \" honorific-prefix\" | \" given-name\" | \" family-name\" | \" honorific-suffix\" | \" nickname\" | \" email\" | \" username\" | \" new-password\" | \" current-password\" | \" one-time-code\" | \" organization-title\" | \" organization\" | \" street-address\" | \" address-line1\" | \" address-line2\" | \" address-line3\" | \" address-level4\" | \" address-level3\" | \" address-level2\" | \" address-level1\" | \" country\" | \" country-name\" | \" postal-code\" | \" cc-name\" | \" cc-given-name\" | \" cc-additional-name\" | \" cc-family-name\" | \" cc-number\" | \" cc-exp\" | \" cc-exp-month\" | \" cc-exp-year\" | \" cc-csc\" | \" cc-type\" | \" transaction-currency\" | \" transaction-amount\" | \" language\" | \" bday\" | \" bday-day\" | \" bday-month\" | \" bday-year\" | \" sex\" | \" tel\" | \" tel-country-code\" | \" tel-national\" | \" tel-area-code\" | \" tel-local\" | \" tel-extension\" | \" impp\" | \" url\" | \" photo\" | (string & {})"
1796+ },
17851797 "labels" : {
17861798 "name" : " labels" ,
17871799 "overrideType" : " NodeListOf<HTMLLabelElement>"
24192431 "overrideIndexSignatures" : [
24202432 " [index: number]: Element" ,
24212433 " [name: string]: any"
2422- ]
2434+ ],
2435+ "properties" : {
2436+ "property" : {
2437+ "autocomplete" : {
2438+ "name" : " autocomplete" ,
2439+ "overrideType" : " \" off\" | \" on\" | \" name\" | \" honorific-prefix\" | \" given-name\" | \" family-name\" | \" honorific-suffix\" | \" nickname\" | \" email\" | \" username\" | \" new-password\" | \" current-password\" | \" one-time-code\" | \" organization-title\" | \" organization\" | \" street-address\" | \" address-line1\" | \" address-line2\" | \" address-line3\" | \" address-level4\" | \" address-level3\" | \" address-level2\" | \" address-level1\" | \" country\" | \" country-name\" | \" postal-code\" | \" cc-name\" | \" cc-given-name\" | \" cc-additional-name\" | \" cc-family-name\" | \" cc-number\" | \" cc-exp\" | \" cc-exp-month\" | \" cc-exp-year\" | \" cc-csc\" | \" cc-type\" | \" transaction-currency\" | \" transaction-amount\" | \" language\" | \" bday\" | \" bday-day\" | \" bday-month\" | \" bday-year\" | \" sex\" | \" tel\" | \" tel-country-code\" | \" tel-national\" | \" tel-area-code\" | \" tel-local\" | \" tel-extension\" | \" impp\" | \" url\" | \" photo\" | (string & {})"
2440+ }
2441+ }
2442+ }
24232443 },
24242444 "Blob" : {
24252445 "methods" : {
You can’t perform that action at this time.
0 commit comments