mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Many things are nodes, such as `CharacterData` and attributes. They don't need style data at all. This saves 16 bytes on every attribute and text node. Testing: This should not change testable behavior (only save some memory), so it should be covered by existing tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>