blob: 39455a1075ccd80e8363024d637ff46e7fb70496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Style system (CSS) & Layout
===========================
Here contains the overview and design documents for Firefox's layout engine and
style system. They live in the mozilla-central repository under `layout/docs
<https://searchfox.org/mozilla-central/source/layout/docs>`__ directory.
`Layout page <https://wiki.mozilla.org/Platform/Layout>`__ on mozilla wiki
contains general information about layout and the layout team at Mozilla.
.. toctree::
:maxdepth: 1
StyleSystemOverview
LayoutOverview
DynamicChangeHandling
Reftest
LayoutDebugger
AccessibleCaret
|