Skip to content

Commit

Permalink
Safari doesn't reflect the font-weight of the Canvas context font
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Feb 25, 2025
1 parent b409d33 commit 3b01677
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,9 @@
"version_added": "≤12.1"
},
"safari": {
"version_added": "4"
"version_added": "4",
"partial_implementation": true,
"notes": "The `font-weight` can be set, but is not reflected back (see [bug 288486](https://webkit.org/b/288486))."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
4 changes: 3 additions & 1 deletion api/OffscreenCanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,9 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "16.4"
"version_added": "16.4",
"partial_implementation": true,
"notes": "The `font-weight` can be set, but is not reflected back (see [bug 288486](https://webkit.org/b/288486))."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 3b01677

Please sign in to comment.