From 5bba5d3b43744781f6a40f555602c402406d1304 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Sun, 6 Nov 2016 20:34:24 +0000 Subject: [PATCH] Define "display list" --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###