1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 04:50:59 +00:00
serenity/Base/res/html
Tom 9d5049230c LibWeb: Clamp {row,column} spans if outside of grid
A bug was found where grid items were being drawn outside of the grid if
the item had a large span and the grid was defined as having gaps
between the rows/columns.

This was caused by an erroneous calculation of the
{row,column}_{start,span} properties.
2022-12-26 16:02:48 +01:00
..
misc LibWeb: Clamp {row,column} spans if outside of grid 2022-12-26 16:02:48 +01:00
tests Base: Add two HTML test pages for DOM cloneNode() functionality 2022-12-14 15:21:48 +01:00
error.html LibWeb+Base: Use AK::SourceGenerator for error pages 2021-04-22 00:00:59 +02:00