Callum Law
b8f2989ccb
LibWeb: Reduce recompilation from editing CascadedProperties.h
...
This reduces the recompilation of editing `Properties.json` from ~1429
to ~158
2026-02-19 11:27:06 +00:00
Sam Atkins
2512a934d6
LibWeb/MathML: Combine mspace height and depth when both are valid
2025-11-14 09:55:02 +00:00
Sam Atkins
1dfdfa37ea
LibWeb/MathML: Parse mathml attributes as <length>s
...
`HTML::parse_dimension_value()` doesn't parse units except for `%` for
percentages; it just ignores them and treats it as a number of pixels.
Now that we can parse `<length>` and pals directly, do that instead,
which makes non-px units work.
2025-11-14 09:55:02 +00:00
Psychpsyo
100f37995f
Everywhere: Clean up AD-HOC and FIXME comments without colons
2025-11-13 15:56:04 +01:00
Callum Law
5381146e85
LibWeb: Include PropertyID.h in fewer header files
...
This reduces the size of the recompile when PropertyID.h is modified
from ~1500 to ~125
2025-10-27 14:50:54 +00:00
Lorenz A
96b34ea744
LibWeb: Add MathML Element presentational hints
2025-10-22 01:46:41 +02:00