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

I think `none` is the correct serialization here, because it's the most backwards compatible serialization (the only one which will work in older Safari when round-tripping).

My proposal for text-decoration shorthand serialization:

1. if text-decoration-line is none, return none
2. otherwise, return shortest possible serialization in canonical order

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


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

Received on Wednesday, 16 July 2025 04:01:57 UTC