Tim Ledbetter
|
c57d395a48
|
LibWeb: Use IterationDecision in single level Node iteration methods
`Node::for_each_child()` and `Node::for_each_child_of_type()` callbacks
now return an `IterationDecision`, which allows us to break early if
required.
|
2024-05-07 16:45:28 -06:00 |
|
Tim Schumacher
|
a2f60911fe
|
AK: Rename GenericTraits to DefaultTraits
This feels like a more fitting name for something that provides the
default values for Traits.
|
2023-11-09 10:05:51 -05:00 |
|
Aliaksandr Kalenik
|
2660bbb94f
|
LibWeb: Consider colgroups while calculating table grid size
We should take in account <col> elements in column groups while finding
number of columns in a table.
|
2023-11-04 17:37:38 +01:00 |
|
Andi Gallo
|
4c0816b002
|
LibWeb: Move table grid slots functionality to separate module
|
2023-08-20 18:38:15 +02:00 |
|