ladybird/Userland
Tim Ledbetter 3802d9ccc4 LibWeb: Calculate length for all CharacterData type nodes correctly
We now ensure that `Node::is_character_data()` returns true for all
nodes of type character data.

Previously, calling `Node::length()` on `CDataSection` or
`ProcessingInstruction` nodes would return an incorrect value.
2024-07-25 15:57:21 +01:00
..
Libraries LibWeb: Calculate length for all CharacterData type nodes correctly 2024-07-25 15:57:21 +01:00
Services LibWeb: Make preferred languages configurable 2024-07-25 11:38:59 +01:00
Utilities UI: Rename s_serenity_resource_root to s_ladybird_resource_root 2024-07-21 15:59:25 -06:00