Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions features/contact-picker.yml
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions features/contact-picker.yml.dist
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion features/font-synthesis.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down