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

dbaron has just labeled a pull request from tcaptan-cr for https://github.com/w3c/csswg-drafts as "css-text-decor-4":

== [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 21:39:36 UTC