Files
ladybird/Userland/Libraries/LibWeb/CSS
Sam Atkins 8917378aa7 LibWeb: Adapt parse_position() into parse_position_value()
Having two ways that `<position>` is represented is awkward and
unnecessary. So, let's combine the two paths together. This first step
copies and modifies the `parse_position()` code to produce a
`PositionStyleValue`.

Apart from returning a StyleValue, this also makes use of automatic enum
parsing instead of manually comparing identifier strings.
2023-11-07 22:00:24 +00:00
..
2023-09-11 17:03:22 +01:00
2023-09-20 18:29:17 +02:00