mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Define "display list"
This commit is contained in:
parent
dbf43c9035
commit
5bba5d3b43
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ The thread that controls a collection of related web content. This could be thou
|
|||
|
||||
### Display list ###
|
||||
|
||||
TODO
|
||||
A list of concrete rendering instructions. The display list is post-layout, so all items have stacking-context-relative pixel positions, and z-index has already been applied, so items later in the display list will always be on top of items earlier in it.
|
||||
|
||||
### Layout thread ###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue