mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00

Previously, we always rounded border-widths up when converting them to device pixels. However, the spec asks us to follow a specific algorithm to "snap" these values, so that the computed value is snapped. The difference from before, is that widths of between 0 and 1 device pixels are rounded up to 1, and and values larger than 1 are rounded down.
5 lines
392 B
Text
5 lines
392 B
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x204 children: not-inline
|
|
BlockContainer <div.a> at (9,9) content-size 100x100 children: not-inline
|
|
BlockContainer <div.b> at (9,111) content-size 100x100 children: not-inline
|