summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/input
AgeCommit message (Expand)Author
2023-05-28LibWeb: Wrap child text sequences of grid container in anonymous blocksAliaksandr Kalenik
2023-05-28LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFCAliaksandr Kalenik
2023-05-28LibWeb: Support reverse flex layout with space-around/space-betweenAndreas Kling
2023-05-28LibWeb: Skip children based on media when updating the source setAndi Gallo
2023-05-27LibWeb: Unit tests for min/max-inline-sizeKarthik Karanth
2023-05-27LibWeb: Accept fit-content as a value for min-width and max-widthAndreas Kling
2023-05-27LibWeb: Support fit-content width for block-level boxesAndreas Kling
2023-05-27LibWeb: Support grid items with fit-content width :^)Andreas Kling
2023-05-27LibWeb: Add basic parsing of grid shorthand CSS propertyAliaksandr Kalenik
2023-05-26LibWeb: Fix width calculation for floating replaced elementsAndi Gallo
2023-05-26LibWeb: Reset margin collapsing state only if box indeed add clearanceAliaksandr Kalenik
2023-05-26LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`Cameron Youell
2023-05-26LibWeb: Get reference height from closest non-anonymous ancestorAndi Gallo
2023-05-24LibWeb: Sum horizontal margins to calculate space used by floatsAliaksandr Kalenik
2023-05-24LibWeb: Resolve CSS variables if present in SVG presentation attributesAndreas Kling
2023-05-22LibWeb: Make sure collapsed margins are not ignored if box creates FCAliaksandr Kalenik
2023-05-22LibWeb: Propagate children_are_inline in wrap_in_anonymousAndi Gallo
2023-05-22LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFCAliaksandr Kalenik
2023-05-21LibWeb: Implement table rowspanAndi Gallo
2023-05-21LibWeb: Don't crash on percentage values for CSS stroke-widthAndreas Kling
2023-05-21LibWeb: Implement more of spanning tracks sizing in GFCAliaksandr Kalenik
2023-05-21LibWeb: Add a very basic test for SVG-as-imageAndreas Kling
2023-05-20LibWeb: Support <svg> elements with `display: block`Andreas Kling
2023-05-19LibWeb: Fix null dereference on SVG element with bogus fill URLAndreas Kling
2023-05-19LibWeb: Make sure that margins don't collapse across a nested BFCAndreas Kling
2023-05-19LibWeb: Resolve grid item fixed size paddings in GFCAliaksandr Kalenik
2023-05-18LibWeb: Use grid item used width as available width during track sizingAliaksandr Kalenik
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-17LibWeb: Consider span > 1 while getting available space for items in GFCAliaksandr Kalenik
2023-05-17LibWeb: Use auto minimimum size while resolving flexible tracks in GFCAliaksandr Kalenik
2023-05-17LibWeb: Skip non-spanning items sizing if there are no such itemsAliaksandr Kalenik
2023-05-17LibWeb: Implement more of "Expand Flexible Tracks" in GFCAliaksandr Kalenik
2023-05-17LibWeb: Support flex-basis: calc(...)Andreas Kling
2023-05-17LibWeb: Fix off-by-one in CSS calc() "negate" operationAndreas Kling
2023-05-16LibWeb: Make text justification work between floatsAndreas Kling
2023-05-16LibWeb: Rewrite calculation of available space between floatsAndreas Kling
2023-05-16LibWeb: Fix for absolutely positioned elements with specified heightAndi Gallo
2023-05-16LibWeb: Reset item_incurred_increase before distributing space in GFCAliaksandr Kalenik
2023-05-15LibWeb: Basic support for CSS `text-indent: <length-percentage>`Andreas Kling
2023-05-14LibWeb: Start implementing sizing for tracks with span > 1 items in GFCAliaksandr Kalenik
2023-05-13LibWeb: Flesh out basic support of min-width/height for grid itemsAliaksandr Kalenik
2023-05-13LibWeb: Return grid container width from automatic_content_width in GFCAliaksandr Kalenik
2023-05-11LibWeb: Resolve grid items preferred width in GFCAliaksandr Kalenik
2023-05-11LibWeb: Parse calc() function in grid sizesAliaksandr Kalenik
2023-05-10LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratioAndreas Kling
2023-05-10LibWeb: Don't resolve CSS property values for unconnected elementsAndreas Kling
2023-05-10LibWeb: Adjust flex item main size through aspect ratio if neededAndreas Kling
2023-05-10LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFCAliaksandr Kalenik
2023-05-09LibWeb: Improve handling of min/max constraint violations on imagesAndreas Kling
2023-05-09LibWeb: Initial offset in reverse flex layout moved to opposite sideEmil Militzer