LibHTML: Let's not support CSS shorthand properties right away.

This will simplify style building right now, and we can come back later
and implement shorthand expansion.
This commit is contained in:
Andreas Kling 2019-07-01 07:33:21 +02:00
parent 22fec1a250
commit 7a9d5e2a69
Notes: sideshowbarker 2024-07-19 13:25:32 +09:00

View file

@ -9,7 +9,10 @@ head, link, meta, script, style, title {
body {
display: block;
margin: 8;
margin-left: 8;
margin-top: 8;
margin-right: 8;
margin-bottom: 8;
}
h1 {