1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 10:21:03 +00:00
serenity/Base/res/html
Tom bb062e50b0 LibWeb: Don't expand grid for {row,column} spans
Fixes a bug where when you had spans that that were bigger than the
grid, would create enough tracks to accomodate them. When a fixed
position is given, there should be at a minimum a row/column available
for the track. The span will be truncated if there is no space for it
later.
2022-12-28 15:04:58 +01:00
..
misc LibWeb: Don't expand grid for {row,column} spans 2022-12-28 15:04:58 +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