ladybird/Userland
Sam Atkins 69d064697a LibWeb/CSS: Handle calculated integers when expanding unresolved values
In order to know whether `calc(2.5)` is a number or an integer, we have
to see what the property will accept. So, add that knowledge to
`Parser::expand_unresolved_values()`.

This makes `counter-increment: foo calc(2 * var(--n));` work correctly,
in a test I'm working on.
2024-10-16 08:34:02 +02:00
..
Libraries LibWeb/CSS: Handle calculated integers when expanding unresolved values 2024-10-16 08:34:02 +02:00
Services LibWeb: Remove tiny-OOM handling from dump code 2024-10-16 08:32:29 +02:00
Utilities LibWeb+LibXML: Cache the result of parsing the XHTML DTD and reuse it 2024-10-13 00:24:44 +02:00