ladybird/Libraries/LibHTML/Parser
Andreas Kling 00d171e4d6 LibHTML: Implement the "margin" shorthand property
This is a very bulky way of doing this, and doesn't seem sustainable to
implement every shorthand property this way, but it's a place to start.

The "margin" CSS property now expands into its four longhands as far as
my understanding of the specs.

Note that shorthand expansion happens when we *resolve* style, not when
we parse CSS. I'm not sure this is correct anymore, I think other UA's
may actually expand shorthands into the declaration directly at parse
these days. If so, we should do this at parsing as well.
2019-11-18 11:51:02 +01:00
..
CSSParser.cpp LibHTML: Start building a simple code generator for CSS properties 2019-11-18 11:48:41 +01:00
CSSParser.h LibHTML: Implement the "margin" shorthand property 2019-11-18 11:51:02 +01:00
HTMLParser.cpp LibHTML: Ignore case in <!DOCTYPE> tags :^) 2019-11-07 21:39:15 +01:00
HTMLParser.h LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00