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:
parent
22fec1a250
commit
7a9d5e2a69
Notes:
sideshowbarker
2024-07-19 13:25:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7a9d5e2a695
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue