Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLTableElement.cpp
Quentin Ligier 588994bb00 LibWeb: Improve variable name in HTMLTableElement
The variables 'child_to_append_after' are used to specify the child
before which new elements will be inserted, its name is misleading.
These variables are always passed as 'child' to pre_insert.
2022-12-17 18:35:32 +01:00

14 KiB