ladybird/Userland
Aliaksandr Kalenik 853ecb8d8e LibWeb: Narrow width of boxes that create BFC to avoid overlap of float
https://www.w3.org/TR/CSS22/visuren.html#floats says that when a box
establishes BFC it should not overlap with floats. The way to avoid
overlaps is up to implementor. This change implements avoiding overlap
by narrowing width of a box because it seems like what other engines
do (in the scenarios I tested).
2023-05-04 06:14:58 +02:00
..
Applets LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Applications SoundPlayer: Clear client buffer when playback is stopped 2023-05-03 10:01:14 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
DevTools HackStudio: Move around execution order and prevent crashing 2023-04-30 06:08:22 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Chess: Spawn new engine process immediately after engine is selected 2023-05-03 08:31:34 +01:00
Libraries LibWeb: Narrow width of boxes that create BFC to avoid overlap of float 2023-05-04 06:14:58 +02:00
Services AudioServer: Dequeue all buffers when clearing a ClientAudioStream 2023-05-03 10:01:14 +02:00
Shell Userland: Remove serialize-to-JSON functions only used for Inspector 2023-04-25 14:48:40 +02:00
Utilities ICC+image: Add conversion between color spaces for images :^) 2023-05-03 15:05:13 +02:00
CMakeLists.txt