File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -10190,7 +10190,7 @@ interface HTMLFormElement extends HTMLElement {
10190
10190
*
10191
10191
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/autocomplete)
10192
10192
*/
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 & {}) ;
10194
10194
/**
10195
10195
* Retrieves a collection, in source order, of all controls in a given form.
10196
10196
*
Original file line number Diff line number Diff line change 1257
1257
"HTMLSelectElement" : {
1258
1258
"properties" : {
1259
1259
"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
+ },
1260
1264
"selectedOptions" : {
1261
1265
"name" : " selectedOptions" ,
1262
1266
"overrideType" : " HTMLCollectionOf<HTMLOptionElement>"
1660
1664
"HTMLInputElement" : {
1661
1665
"properties" : {
1662
1666
"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
+ },
1663
1671
"selectionDirection" : {
1664
1672
"name" : " selectionDirection" ,
1665
1673
"overrideType" : " \" forward\" | \" backward\" | \" none\" "
1782
1790
" HTMLTextAreaElement " : {
1783
1791
" properties " : {
1784
1792
" 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
+ },
1785
1797
"labels" : {
1786
1798
"name" : " labels" ,
1787
1799
"overrideType" : " NodeListOf<HTMLLabelElement>"
2419
2431
"overrideIndexSignatures" : [
2420
2432
" [index: number]: Element" ,
2421
2433
" [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
+ }
2423
2443
},
2424
2444
"Blob" : {
2425
2445
"methods" : {
You can’t perform that action at this time.
0 commit comments