Re: [csswg-drafts] [css-text-decor-4] Definition of `from-font` value for `text-decoration-thickness` (#13216)

For example, in the Arial.ttf font on macOS, I find:

```
  <post>
    ...
    <underlinePosition value="-217"/>
    <underlineThickness value="150"/>
    ...
```

but

```
  <OS_2>
    ...
    <yStrikeoutSize value="102"/>
    <yStrikeoutPosition value="530"/>
    ...
```

so the `from-font` value of line-through thickness should be only 68% of the `from-font` underline thickness.

-- 
GitHub Notification of comment by jfkthame
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13216#issuecomment-3649636914 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 13 December 2025 17:21:12 UTC