diff options
Diffstat (limited to 'docs/glossary.md')
-rw-r--r-- | docs/glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index 7328db28528..77970c48cbb 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -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 ### |