Skip to content

Commit

Permalink
Define "display list"
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Nov 7, 2016
1 parent dbf43c9 commit 5bba5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/glossary.md
Expand Up @@ -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 ###

Expand Down

0 comments on commit 5bba5d3

Please sign in to comment.