-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Labels
Closed Accepted by Editor DiscretionCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-text-decor-4
Description
The current thickness constraints for length and 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))
Metadata
Metadata
Assignees
Labels
Closed Accepted by Editor DiscretionCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-text-decor-4