From 30304921bfa5bf52aed224c1460705fe538c322a Mon Sep 17 00:00:00 2001 From: Konstantin Veretennicov Date: Sun, 8 Jan 2017 19:32:14 +0100 Subject: [PATCH] docs: alphabetize glossary entries --- docs/glossary.md | 8 ++++---- 1 file 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 `