Skip to content

Commit

Permalink
Add Safari and Firefox bug links for the CSS Painting API (#23291)
Browse files Browse the repository at this point in the history
* Add Safari and Firefox bug links for the CSS Painting API

* Fixed indentation
  • Loading branch information
captainbrosset authored Jun 6, 2024
1 parent 3a3d530 commit 8a9fe44
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
6 changes: 4 additions & 2 deletions api/CSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1302328"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -1496,7 +1497,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"impl_url": "https://webkit.org/b/190217"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
18 changes: 12 additions & 6 deletions api/PaintWorkletGlobalScope.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1302328"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -21,7 +22,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"impl_url": "https://webkit.org/b/190217"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -44,7 +46,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1302328"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -54,7 +57,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"impl_url": "https://webkit.org/b/190217"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -78,7 +82,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1302328"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -88,7 +93,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"impl_url": "https://webkit.org/b/190217"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
12 changes: 8 additions & 4 deletions css/types/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1302328"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -2154,7 +2155,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"impl_url": "https://webkit.org/b/190217"
},
"safari_ios": "mirror",
"samsunginternet_android": {
Expand All @@ -2178,7 +2180,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1302328"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -2188,7 +2191,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"impl_url": "https://webkit.org/b/190217"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 8a9fe44

Please sign in to comment.