Re: [csswg-drafts] [css-text-3] Clarify expected computed value for `text-decoration` and similar shorthands (can we omit resolved `currentColor`?) (#12486)

`text-decoration` is one of the cases discussed in #8155

The proposal there was to choose the 1st option in grammar order. https://drafts.csswg.org/css-text-decor-3/#text-decoration-property defines the grammar as

```
<'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'>
```

so the serialization would be the `<'text-decoration-line'>` component, i.e. `none`.



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


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

Received on Friday, 18 July 2025 22:25:38 UTC