From f78ff93b5f09a4387c702ea9f83da5c4dbcea8ac Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 18 Apr 2016 12:49:34 -0400 Subject: Add instructions to glossary. --- docs/glossary.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3