Skip to content

Commit 19373e8

Browse files
Update Chrome 87/88 note about CSS text-decoration-thickness (#28854)
* Added fact Chrome 87-89's text-decoration-thickness support depends on text-decoration-style Observed in experiment. * Update css/properties/text-decoration-thickness.json --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 49a18b7 commit 19373e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/properties/text-decoration-thickness.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version_added": "87",
1818
"version_removed": "89",
1919
"partial_implementation": true,
20-
"notes": "The `text-decoration-thickness` property does not work unless either `text-underline-offset` is set to something other than `auto` or `text-decoration-color` is set to something other than `currentColor`. See [bug 40734940](https://crbug.com/40734940)."
20+
"notes": "The `text-decoration-thickness` property has no effect unless `text-underline-offset`, `text-decoration-color`, or `text-decoration-style` are set to a non-initial value. See [bug 40734940](https://crbug.com/40734940)."
2121
}
2222
],
2323
"chrome_android": "mirror",

0 commit comments

Comments
 (0)