Skip to content

Commit

Permalink
Auto merge of #14100 - servo:display_list_glossary, r=emilio
Browse files Browse the repository at this point in the history
Define "display list"

Fix a TODO in the Glossary.

---

- [ ] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix no issue; there wasn't one filed AFAIK
- [X] These changes do not require tests because reasons

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14100)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Nov 8, 2016
2 parents ef5ca14 + 5bba5d3 commit 784ca17
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 784ca17

Please sign in to comment.