Files
ladybird/Userland/Libraries/LibWeb/CSS
Sam Atkins 1fa985b0a6 LibWeb: Correct initial values in Properties.json
- `align-items`: `normal` is the initial value in the CSS-ALIGN spec,
but `stretch` is in CSS-FLEXBOX. The FLEXBOX spec is the one we've
actually implemented elsewhere, and ALIGN adds new values with special
syntax, so it's not trivial to add it here.
- `border-spacing`: `0` is equivalent to `0px 0px` and we don't yet
parse the double-value syntax.
- `text-decoration-thickness`: Had the wrong value.
2021-11-10 21:58:14 +01:00
..
2021-10-08 23:02:57 +02:00
2021-10-08 23:02:57 +02:00
2021-10-20 09:20:18 +01:00
2021-10-06 23:52:40 +01:00
2021-10-01 20:03:03 +02:00
2021-10-08 23:02:57 +02:00
2021-10-08 23:02:57 +02:00
2021-10-08 23:02:57 +02:00