aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKonstantin Veretennicov <kveretennicov+github@gmail.com>2017-01-08 19:32:14 +0100
committerGitHub <noreply@github.com>2017-01-08 19:32:14 +0100
commit30304921bfa5bf52aed224c1460705fe538c322a (patch)
tree4ed1bdb114bde80fe700e65d3538e0e48f26c71f /docs
parent8fff2f29d0da97a35bece887506964f5fb4b33d6 (diff)
downloadservo-30304921bfa5bf52aed224c1460705fe538c322a.tar.gz
servo-30304921bfa5bf52aed224c1460705fe538c322a.zip
docs: alphabetize glossary entries
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index 77970c48cbb..fd5ce9c764e 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -26,10 +26,10 @@ A thread that is responsible for laying out a DOM tree into layers of boxes for
A unit encapsulating a means of communication with the script, layout, and renderer threads for a particular document. Each pipeline has a globally-unique id which can be used to access it from the constellation.
-### Script thread (alt. script task) ###
-
-A thread that executes JavaScript and stores the DOM representation of all documents that share a common [origin](https://tools.ietf.org/html/rfc6454). This thread translates input events received from the constellation into DOM events [per the specification](https://w3c.github.io/uievents/), invokes the HTML parser when new page content is received, and evaluates JS for events like timers and `<script>` elements.
-
### Renderer thread (alt. paint thread) ###
A thread which translates a display list into a series of drawing commands that render the contents of the associated document into a buffer, which is then sent to the compositor.
+
+### Script thread (alt. script task) ###
+
+A thread that executes JavaScript and stores the DOM representation of all documents that share a common [origin](https://tools.ietf.org/html/rfc6454). This thread translates input events received from the constellation into DOM events [per the specification](https://w3c.github.io/uievents/), invokes the HTML parser when new page content is received, and evaluates JS for events like timers and `<script>` elements.