Emil Militzer
|
bf3144fcff
LibWeb: Prevent max-width expanding the width
|
2 年之前 |
Andreas Kling
|
c83ae729d2
LibWeb: Resolve used insets for floating elements
|
2 年之前 |
Sebastian Zaha
|
553694679e
LibWeb: Fix alternating-sides float positioning
|
2 年之前 |
Andi Gallo
|
8b34af816e
LibWeb: Report border box width for tables in a block
|
2 年之前 |
Luke Wilde
|
f4446cdf8c
LibWeb: Resolve padding against 0 and not inf for indefinite width more
|
2 年之前 |
Andi Gallo
|
f154446a9f
LibWeb: Skip separate height computation for tables
|
2 年之前 |
Andi Gallo
|
c5eeb303d8
LibWeb: Don't cap used width by available width from a constraint
|
2 年之前 |
Andreas Kling
|
a988241f3f
LibWeb: Resolve % min-sizes against 0 while under min-content constraint
|
2 年之前 |
kamp
|
4ac7c41483
LibWeb: Add -libweb-left and -libweb-right text-align values
|
2 年之前 |
Andreas Kling
|
3a11b55286
LibWeb: Treat % max-width as none when containing block size indefinite
|
2 年之前 |
Andreas Kling
|
43e1343abf
LibWeb: Treat % max-height as none when containing block size indefinite
|
2 年之前 |
Andi Gallo
|
ce186dca70
LibWeb: Fix the x coordinate of a block after a float
|
2 年之前 |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
Andi Gallo
|
75e87c32f2
LibWeb: Fix table width algorithm when available space is a constraint
|
2 年之前 |
Sam Atkins
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
2 年之前 |
Andreas Kling
|
89ba00304c
LibWeb: Account for negative margins when calculating float intrusion
|
2 年之前 |
Simon Wanner
|
870bcd56df
LibWeb: Make disclosure marker bounds square
|
2 年之前 |
Simon Wanner
|
293ece2292
LibWeb: Support list-style-position
|
2 年之前 |
Andreas Kling
|
caa491b72a
LibWeb: Measure the overflow for all scroll containers
|
2 年之前 |
Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
2 年之前 |
Andreas Kling
|
4f08fcde29
LibWeb: Remove unnecessary static formatting context functions
|
2 年之前 |
Andi Gallo
|
7f9ede07bc
LibWeb: Set margin, padding and border for replaced boxes
|
2 年之前 |
Aliaksandr Kalenik
|
258f3ea952
LibWeb: Remove Layout::TableBox
|
2 年之前 |
Andi Gallo
|
1e526af430
LibWeb: Fix width calculation for floating replaced elements
|
2 年之前 |
Aliaksandr Kalenik
|
7cc20f4cb5
LibWeb: Reset margin collapsing state only if box indeed add clearance
|
2 年之前 |
Aliaksandr Kalenik
|
202b24584f
LibWeb: Sum horizontal margins to calculate space used by floats
|
2 年之前 |
Jelle Raaijmakers
|
90d8844c77
LibWeb: Remove `Gfx::Rect<float>` workarounds from BFC
|
2 年之前 |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 年之前 |
Jelle Raaijmakers
|
f391ccfe53
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
|
2 年之前 |
Aliaksandr Kalenik
|
76aa17be86
LibWeb: Make sure collapsed margins are not ignored if box creates FC
|
2 年之前 |