Andreas Kling
|
af73a5d921
LibWeb: Use correct box edge when looking for space between floats
|
2 years ago |
Andreas Kling
|
514fa83708
LibWeb: Improve `float: right` behavior
|
2 years ago |
Andreas Kling
|
ab6af4c9a0
LibWeb: Remove unused member LineBuilder::m_layout_mode
|
2 years ago |
Andreas Kling
|
83bb16ede3
LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing
|
3 years ago |
Andreas Kling
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 years ago |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 years ago |
Andreas Kling
|
e78282aebb
LibWeb: Make sure we always apply size constraints in IFC
|
3 years ago |
Andreas Kling
|
7713198e9c
LibWeb: Cache a pointer to the containing block state in IFC
|
3 years ago |
Andreas Kling
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
3 years ago |
Andreas Kling
|
66d08d2417
LibWeb: Move IFC result measurement from IFC to BFC
|
3 years ago |
Andreas Kling
|
cefc931347
LibWeb: Make sure CSS::ComputedValues has initial size values
|
3 years ago |
Enver Balalic
|
7381474835
LibWeb: Don't break text lines if white-space: nowrap
|
3 years ago |
Andreas Kling
|
6a4247bee9
LibWeb: Use more precise font metrics when doing inline layout
|
3 years ago |
Andreas Kling
|
f4ed4b2806
LibWeb: Swallow whitespace when it causes us to break the line
|
3 years ago |
Andreas Kling
|
5def3b0150
LibWeb: Use LineBox::height() when determining IFC auto heights
|
3 years ago |
Andreas Kling
|
f9e8f02451
LibWeb: Don't crash in IFC if very first chunk is collapsible whitespace
|
3 years ago |
Andreas Kling
|
aefe1727fc
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
|
3 years ago |
Andreas Kling
|
d32630e17b
LibWeb: Don't append collapsible whitespace to start of new line
|
3 years ago |
Andreas Kling
|
de6f7f0029
LibWeb: Support CSS floats in inline flow
|
3 years ago |
Andreas Kling
|
159d4d772a
LibWeb: Assign the used top/bottom border widths to inline-block boxes
|
3 years ago |
Andreas Kling
|
c1f0d21bbe
LibWeb: Rename the LayoutMode enum values and explain them
|
3 years ago |
Andreas Kling
|
83afc1154c
LibWeb: Fix IFC over-shrinking the available space for line boxes
|
3 years ago |
Andreas Kling
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 years ago |
Andreas Kling
|
39b7fbfeb9
LibWeb: Rewrite CSS float implementation to use offset-from-edge
|
3 years ago |
Andreas Kling
|
28642de6ed
LibWeb: Make LineBuilder aware of the current LayoutMode
|
3 years ago |
Andreas Kling
|
ef8a72ff3f
LibWeb: Move available_space_for_line() from IFC to BFC
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
sin-ack
|
b801ddf73d
LibWeb: Apply the current text-justify value when justifying
|
3 years ago |
sin-ack
|
7fe3f2d970
LibWeb: Refactor text justification code + only justify below threshold
|
3 years ago |
Andreas Kling
|
45f717cfad
LibWeb: Respect inline-axis margins between line box fragments :^)
|
3 years ago |