- From: tcaptan-cr via GitHub <sysbot+gh@w3.org>
- Date: Tue, 17 May 2022 20:29:32 +0000
- To: public-css-archive@w3.org
tcaptan-cr has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-text-decor-4] Clarify thickness constraints == The current thickness constraints for [length](https://drafts.csswg.org/css-text-decor-4/#valdef-text-decoration-thickness-length) and [percentage](https://drafts.csswg.org/css-text-decor-4/#valdef-text-decoration-thickness-percentage) state that > The UA must floor the actual value at one device pixel. This could be confusing and interpreted as performing a `floor` on the actual calculated value, while it is actually rounded to the nearest integer, with a minimum value of one. Equivalent to: `x = min(1, round(x))` Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7283 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 17 May 2022 20:29:33 UTC