Skip to content

Commit e7e2597

Browse files
authored
Update and rename autoFills.kdl to autocomplete.kdl
1 parent 811a217 commit e7e2597

File tree

2 files changed

+74
-70
lines changed

2 files changed

+74
-70
lines changed

inputfiles/patches/autoFills.kdl

Lines changed: 0 additions & 70 deletions
This file was deleted.
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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+
}

0 commit comments

Comments
 (0)