File tree Expand file tree Collapse file tree 2 files changed +74
-70
lines changed Expand file tree Collapse file tree 2 files changed +74
-70
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 1+ enum  AutoFillBase  {
2+   // Off 
3+   off 
4+   // Automatic 
5+   on 
6+   "" 
7+ }
8+ enum  AutoFillAddressKind  {
9+   shipping 
10+   billing 
11+ }
12+ enum  AutoFillNormalField  {
13+   name 
14+   honorific-prefix 
15+   given-name 
16+   additional-name 
17+   family-name 
18+   honorific-suffix 
19+ 
20+   username 
21+   new-password 
22+   current-password 
23+   // Supported in iOS Safari too even though WPT tests 
24+   // for Safari currently fail as of 2023-06. 
25+   one-time-code 
26+ 
27+   organization 
28+   street-address 
29+   address-line1 
30+   address-line2 
31+   address-line3 
32+   address-level4 
33+   address-level3 
34+   address-level2 
35+   address-level1 
36+   country 
37+   country-name 
38+   postal-code 
39+ 
40+   cc-name 
41+   cc-given-name 
42+   cc-family-name 
43+   cc-number 
44+   cc-exp 
45+   cc-exp-month 
46+   cc-exp-year 
47+   cc-csc 
48+   cc-type 
49+   transaction-currency 
50+   transaction-amount 
51+ 
52+   bday-day 
53+   bday-month 
54+   bday-year 
55+ }
56+ enum  AutoFillContactKind  {
57+   home 
58+   work 
59+   mobile 
60+ }
61+ enum  AutoFillContactField  {
62+   tel 
63+   tel-country-code 
64+   tel-national 
65+   tel-area-code 
66+   tel-local 
67+   tel-local-prefix 
68+   tel-local-suffix 
69+   tel-extension 
70+   email 
71+ }
72+ enum  AutoFillCredentialField  {
73+   webauthn 
74+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments