diff --git a/features/draft/spec/web-share.yml b/features/share.yml similarity index 62% rename from features/draft/spec/web-share.yml rename to features/share.yml index f9f793b0697..a7cf4fc0f89 100644 --- a/features/draft/spec/web-share.yml +++ b/features/share.yml @@ -1,7 +1,8 @@ -draft_date: 2024-10-28 -name: Web Share API -description: TODO +name: navigator.share() +description: The `navigator.share()` method invokes the device's native sharing mechanism and passes text, links, files, and other content to share targets. spec: https://w3c.github.io/web-share/ +status: + compute_from: api.Navigator.share compat_features: - api.Navigator.canShare - api.Navigator.canShare.data_files_parameter diff --git a/features/draft/spec/web-share.yml.dist b/features/share.yml.dist similarity index 86% rename from features/draft/spec/web-share.yml.dist rename to features/share.yml.dist index ed1d88ea8f9..0d331c00d2d 100644 --- a/features/draft/spec/web-share.yml.dist +++ b/features/share.yml.dist @@ -1,12 +1,16 @@ -# Generated from: web-share.yml +# Generated from: share.yml # Do not edit this file by hand. Edit the source file instead! status: baseline: false support: - chrome_android: "88" + chrome_android: "61" edge: "93" + firefox_android: "79" + safari: "12.1" + safari_ios: "12.2" compat_features: + # ⬇️ Same status as overall feature ⬇️ # baseline: false # support: # chrome_android: "61"