Skip to content

Conversation

@mincerafter42
Copy link

@mincerafter42 mincerafter42 commented Jan 17, 2026

…n text-decoration-style

Observed in experiment.

Summary

Indicated Chrome 87-88 supports text-decoration-thickness when text-decoration-style is not solid.

Test results and supporting details

Tested by visually checking in Chrome 87-88.
Test case:

<!doctype html>
<span style="text-decoration: solid underline 10px">test</span>
<span style="text-decoration: double underline 10px">test</span>
<span style="text-decoration: dotted underline 10px">test</span>
<span style="text-decoration: dashed underline 10px">test</span>
<span style="text-decoration: wavy underline 3px">test</span><!-- 10px was invisible -->

…n text-decoration-style

Observed in experiment.
@github-actions github-actions bot added data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:xs [PR only] 0-6 LoC changed labels Jan 17, 2026
@github-actions
Copy link
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@mincerafter42 mincerafter42 changed the title Added fact Chrome 87-89's text-decoration-thickness support depends o… Added fact Chrome 87-88's text-decoration-thickness support depends o… Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:xs [PR only] 0-6 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant