diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-04-18 12:49:34 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-04-18 12:49:34 -0400 |
commit | f78ff93b5f09a4387c702ea9f83da5c4dbcea8ac (patch) | |
tree | b3d9e39b5e97bbddb577fd5e75be55d2920bbddc /docs | |
parent | c0524b3c472b5c0681c0cd222efee795a7ebe42b (diff) | |
download | servo-f78ff93b5f09a4387c702ea9f83da5c4dbcea8ac.tar.gz servo-f78ff93b5f09a4387c702ea9f83da5c4dbcea8ac.zip |
Add instructions to glossary.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/glossary.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index 4d4ac9ea585..32e907823d0 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -1,3 +1,11 @@ +# How to use this glossary + +This is a collection of common terms that have a specific meaning in the context of the Servo project. The goal is to provide high-level definitions and useful links for further reading, rather than complete documentation about particular parts of the code. + +If there is a word or phrase used in Servo's code, issue tracker, mailing list, etc. that is confusing, please make a pull request that adds it to this file with a body of `TODO`. This will signal more knowledgeable people to add a more meaningful definition. + +# Glossary + ### Compositor ### The thread that receives input events from the operating system and forwards them to the constellation. It is also in charge of compositing complete renders of web content and displaying them on the screen as fast as possible. |