Skip to content

Commit

Permalink
Update Safari notes for Badging/Notification/Push APIs (mdn#21428)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Dec 21, 2023
1 parent 3bb35e5 commit 92ea75b
Show file tree
Hide file tree
Showing 11 changed files with 127 additions and 116 deletions.
6 changes: 4 additions & 2 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,8 @@
"notes": "Badging is supported for installed web apps on macOS Sonoma and higher."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Badging is supported for web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
Expand Down Expand Up @@ -4181,7 +4182,8 @@
"notes": "Badging is supported for installed web apps on macOS Sonoma and higher."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Badging is supported for web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
Expand Down
36 changes: 24 additions & 12 deletions api/Notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"version_added": "7"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": {
"version_added": "4.0",
Expand Down Expand Up @@ -114,7 +115,8 @@
"version_added": "7"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
Expand Down Expand Up @@ -267,7 +269,8 @@
"notes": "Badging is supported for web apps saved to the Dock in Safari 17 on the macOS Sonoma beta"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -311,7 +314,8 @@
"version_added": "11"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -400,7 +404,8 @@
"version_added": "7"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -485,7 +490,8 @@
"version_added": "16"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -529,7 +535,8 @@
"version_added": "7"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -618,7 +625,8 @@
"version_added": "11"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -700,7 +708,8 @@
"version_added": "11"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -784,7 +793,8 @@
"version_added": "7"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -883,7 +893,8 @@
}
],
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -1145,7 +1156,8 @@
"version_added": "11"
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down
12 changes: 6 additions & 6 deletions api/NotificationEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -75,11 +75,11 @@
},
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down
18 changes: 9 additions & 9 deletions api/PushEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -79,11 +79,11 @@
},
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -123,11 +123,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down
30 changes: 15 additions & 15 deletions api/PushManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -109,11 +109,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -192,11 +192,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -320,11 +320,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -363,11 +363,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": {
"version_added": "4.0"
Expand Down
30 changes: 15 additions & 15 deletions api/PushMessageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -70,11 +70,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -114,11 +114,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -158,11 +158,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down Expand Up @@ -202,11 +202,11 @@
"opera_android": "mirror",
"safari": {
"version_added": "16",
"partial_implementation": true,
"notes": "Supported on macOS 13 and later"
"notes": "Notifications are supported on macOS Ventura and later."
},
"safari_ios": {
"version_added": "16.4"
"version_added": "16.4",
"notes": "Notifications are supported in web apps saved to the home screen."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down
Loading

0 comments on commit 92ea75b

Please sign in to comment.