diff --git a/features/contact-picker.yml b/features/contact-picker.yml new file mode 100644 index 00000000000..0d34fbb21ce --- /dev/null +++ b/features/contact-picker.yml @@ -0,0 +1,24 @@ +name: Contact picker +description: The `navigator.contacts` API allows you to ask users to share limited details about entries in their contact list with your application. +spec: https://w3c.github.io/contact-picker/#contacts-manager +status: + # This makes the feature be supported starting with Chrome 80, which is in line with what MDN documents. + # See https://github.com/web-platform-dx/web-features/pull/1326 for more information. + compute_from: api.Navigator.contacts +compat_features: + - api.Navigator.contacts + - api.ContactsManager + - api.ContactsManager.getProperties + - api.ContactsManager.select + - api.ContactAddress + - api.ContactAddress.addressLine + - api.ContactAddress.city + - api.ContactAddress.country + - api.ContactAddress.dependentLocality + - api.ContactAddress.organization + - api.ContactAddress.phone + - api.ContactAddress.postalCode + - api.ContactAddress.recipient + - api.ContactAddress.region + - api.ContactAddress.sortingCode + - api.ContactAddress.toJSON diff --git a/features/contact-picker.yml.dist b/features/contact-picker.yml.dist new file mode 100644 index 00000000000..47ad0495c9f --- /dev/null +++ b/features/contact-picker.yml.dist @@ -0,0 +1,32 @@ +# Generated from: contact-picker.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome_android: "80" +compat_features: + # ⬇️ Same status as overall feature ⬇️ + # baseline: false + # support: + # chrome_android: "80" + - api.ContactsManager + - api.ContactsManager.getProperties + - api.ContactsManager.select + - api.Navigator.contacts + + # baseline: false + # support: + # chrome_android: "84" + - api.ContactAddress + - api.ContactAddress.addressLine + - api.ContactAddress.city + - api.ContactAddress.country + - api.ContactAddress.dependentLocality + - api.ContactAddress.organization + - api.ContactAddress.phone + - api.ContactAddress.postalCode + - api.ContactAddress.recipient + - api.ContactAddress.region + - api.ContactAddress.sortingCode + - api.ContactAddress.toJSON diff --git a/features/font-synthesis.yml.dist b/features/font-synthesis.yml.dist index 1ea2d98a682..88064a0ae8d 100644 --- a/features/font-synthesis.yml.dist +++ b/features/font-synthesis.yml.dist @@ -2,8 +2,9 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: low + baseline: high baseline_low_date: 2022-01-06 + baseline_high_date: 2024-07-06 support: chrome: "97" chrome_android: "97"