Skip to content

Commit 6d6f63e

Browse files
committed
Remove poorly supported attributes
Per #1467 (comment)
1 parent 88318d6 commit 6d6f63e

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28006,9 +28006,9 @@ type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
2800628006
type AutoFillAddressKind = "billing" | "shipping";
2800728007
type AutoFillBase = "off" | "on";
2800828008
type AutoFillContactField = "email" | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national";
28009-
type AutoFillContactKind = "fax" | "home" | "mobile" | "pager" | "work";
28009+
type AutoFillContactKind = "home" | "mobile" | "work";
2801028010
type AutoFillCredentialField = "webauthn";
28011-
type AutoFillNormalField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday" | "bday-day" | "bday-month" | "bday-year" | "cc-additional-name" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "new-password" | "nickname" | "one-time-code" | "organization" | "organization-title" | "photo" | "postal-code" | "sex" | "street-address" | "transaction-amount" | "transaction-currency" | "url" | "username";
28011+
type AutoFillNormalField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday-day" | "bday-month" | "bday-year" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "name" | "new-password" | "one-time-code" | "organization" | "postal-code" | "street-address" | "transaction-amount" | "transaction-currency" | "username";
2801228012
type AutoKeyword = "auto";
2801328013
type AutomationRate = "a-rate" | "k-rate";
2801428014
type AvcBitstreamFormat = "annexb" | "avc";

inputfiles/addedTypes.jsonc

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,12 @@
378378
"additional-name",
379379
"family-name",
380380
"honorific-suffix",
381-
"nickname",
382381

383382
"username",
384383
"new-password",
385384
"current-password",
386385
"one-time-code",
387386

388-
"organization-title",
389387
"organization",
390388
"street-address",
391389
"address-line1",
@@ -401,7 +399,6 @@
401399

402400
"cc-name",
403401
"cc-given-name",
404-
"cc-additional-name",
405402
"cc-family-name",
406403
"cc-number",
407404
"cc-exp",
@@ -412,24 +409,17 @@
412409
"transaction-currency",
413410
"transaction-amount",
414411

415-
"language",
416-
"bday",
417412
"bday-day",
418413
"bday-month",
419-
"bday-year",
420-
"sex",
421-
"url",
422-
"photo"
414+
"bday-year"
423415
]
424416
},
425417
"AutoFillContactKind": {
426418
"name": "AutoFillContactKind",
427419
"value": [
428420
"home",
429421
"work",
430-
"mobile",
431-
"fax",
432-
"pager"
422+
"mobile"
433423
]
434424
},
435425
"AutoFillContactField": {

0 commit comments

Comments
 (0)