Skip to content

Commit db51e2f

Browse files
authored
text-decoration-skip-ink: link to Safari rendering bug (#29664)
This is a longstanding problem that hasn't been widely complained about, so it's not a partial. But it did come up in my search when `text-decoration-skip-ink: all` advanced to Baseline newly available. Issue: https://webkit.org/b/255159
1 parent e28deda commit db51e2f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css/properties/text-decoration-skip-ink.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"opera": "mirror",
6060
"opera_android": "mirror",
6161
"safari": {
62-
"version_added": "15.4"
62+
"version_added": "15.4",
63+
"notes": "If the `unicode-range` descriptor applies to the font, then some text decoration may not be skipped (see [bug 255159](https://webkit.org/b/255159))."
6364
},
6465
"safari_ios": "mirror",
6566
"samsunginternet_android": "mirror",
@@ -93,7 +94,8 @@
9394
"opera": "mirror",
9495
"opera_android": "mirror",
9596
"safari": {
96-
"version_added": "15.4"
97+
"version_added": "15.4",
98+
"notes": "If the `unicode-range` descriptor applies to the font, then some text decoration may not be skipped (see [bug 255159](https://webkit.org/b/255159))."
9799
},
98100
"safari_ios": "mirror",
99101
"samsunginternet_android": "mirror",

0 commit comments

Comments
 (0)