- From: Oriol Brufau via GitHub <noreply@w3.org>
- Date: Fri, 18 Jul 2025 22:25:37 +0000
- To: public-css-archive@w3.org
`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