Skip to content

[CSS3] Border width rounding clarification #2114

@Nadya678

Description

@Nadya678

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions