mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
LibWeb: Make painting order more spec-compliant
Now our painting order inside stacking contexts is closer to the algorithm specified by CSS 2.1 (see section 9.9 and Appendix E)
This commit is contained in:
parent
33af7075e7
commit
d2b6148787
8 changed files with 89 additions and 43 deletions
|
@ -19,7 +19,6 @@ public:
|
|||
const DOM::Document& dom_node() const { return static_cast<const DOM::Document&>(*Node::dom_node()); }
|
||||
|
||||
void paint_all_phases(PaintContext&);
|
||||
virtual void paint(PaintContext&, PaintPhase) override;
|
||||
|
||||
void paint_document_background(PaintContext&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue