serenity/Base
Sam Atkins 0e15561df0 LibWeb: Implement and use ListStyleStyleValue
Yes, the name is silly, but it's a StyleValue for list-style, so...
yeah. :^)

Since `list-style-type` and `list-style-image` can both have `none` as a
value, and can appear in any order, we have to handle it separately, and
then assign either or both of those to `none` depending on how many
`none`s there are, and whether those sub-properties already have values.

Added some extra test cases to lists.html to cover list-style-image and
list-style-position parts of the list-style shorthand, and the `none`
values.
2021-08-14 12:45:01 +02:00
..
bin Userland: Add more(1) emulation to less(1) 2021-07-07 20:01:15 +04:30
etc Base: Make /bin/Shell the login shell by default 2021-08-12 18:56:30 +02:00
home/anon Base: Remove "test.frm" from HackStudio test project 2021-07-31 20:09:27 +02:00
res LibWeb: Implement and use ListStyleStyleValue 2021-08-14 12:45:01 +02:00
usr Shell: Improve the parsing of history event designators 2021-08-02 02:58:55 +04:30
www