-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-backgrounds-4css-values-5
Description
There is needed clarification in CSS specification due to rounding values in border-width.
Please test IE. FF and chrome for values:
border:0.3px solid #000;
border:0.7px solid #000;
border1.3px solid #000;
border1.5px solid #000;
border:1.7px solid #000;
border:1.999px solid #000;
Which browser has correct behaviour for pixel-ratio=1 and zoom=1.0?
shall antialiasing be or not?
The difference is pretty visible.
SelenIT
Metadata
Metadata
Assignees
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-backgrounds-4css-values-5