[csswg-drafts] Pull Request: [css-text-decor-4] Clarified constraints for thickness length and percentage #7283

tcaptan-cr has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-text-decor-4] Clarified constraints for thickness length and percentage #7283 ==
The current sentence could be 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))`


See https://github.com/w3c/csswg-drafts/pull/7284


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

Received on Tuesday, 17 May 2022 20:34:03 UTC