Files
ladybird/Libraries/LibWeb/DOM
Sam Atkins 4cb2063577 LibWeb/CSS: Stop returning Optional for enum properties
While keyword_to_foo() does return Optional<Foo>, in practice the
invalid keywords get rejected at parse-time, so we don't have to worry
about them here. This simplifies the user code quite a bit.
2025-02-05 18:12:36 +01:00
..
2025-01-11 23:10:09 +01:00
2025-02-03 18:36:57 +01:00
2025-01-23 09:33:10 +01:00