Andreas Kling
|
7a9d5e2a69
|
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.
|
2019-07-01 07:33:21 +02:00 |
|
Andreas Kling
|
7eef69ad4b
|
LibHTML: Refactor to go from DOM -> styled tree -> layout tree.
Frame::layout() drives everything now, it takes the DOM contained in the
frame and puts it through the tree transformations.
|
2019-06-29 21:42:07 +02:00 |
|
Andreas Kling
|
85d71024f7
|
LibHTML: Add a basic default UA stylesheet.
We can't parse this yet, but we have to start somewhere. :^)
|
2019-06-21 20:27:11 +02:00 |
|