Skip to content

Commit

Permalink
Safari doesn't reflect the font-weight of the Canvas context font (md…
Browse files Browse the repository at this point in the history
…n#26055)

* Safari doesn't reflect the font-weight of the Canvas context font

* Safari 18.4 fixes the `font-weight` serialization

Co-authored-by: Florian Scholz <[email protected]>

* Update Safari bug

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
caugner and Elchi3 authored Feb 28, 2025
1 parent 25fda5b commit 85b743f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 11 additions & 3 deletions api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -1239,9 +1239,17 @@
"opera_android": {
"version_added": "≤12.1"
},
"safari": {
"version_added": "4"
},
"safari": [
{
"version_added": "18.4"
},
{
"version_added": "4",
"version_removed": "18.4",
"partial_implementation": true,
"notes": "The `font-weight` can be set, but is not reflected back (see [bug 284115](https://webkit.org/b/284115))."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down
14 changes: 11 additions & 3 deletions api/OffscreenCanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,17 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "16.4"
},
"safari": [
{
"version_added": "18.4"
},
{
"version_added": "16.4",
"version_removed": "18.4",
"partial_implementation": true,
"notes": "The `font-weight` can be set, but is not reflected back (see [bug 284115](https://webkit.org/b/284115))."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
Expand Down

0 comments on commit 85b743f

Please sign in to comment.