mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
ed8ccc6295
This patch ports the following sections from mozilla wiki. 1. https://wiki.mozilla.org/Gecko:Overview#Style_System 2. https://wiki.mozilla.org/Gecko:Overview#Layout 3. https://wiki.mozilla.org/Gecko:Overview#Dynamic_change_handling_along_the_rendering_pipeline I use pandoc to convert the syntax from mediawiki to markdown via the following command for example. ``` pandoc -f mediawiki -t markdown -o layout_overview.md layout_overview.wiki ``` I only did some syntax cleanup & headlines changes for the markdown text. The the content remains unchanged. Improving the documentation should be done in follow-up bugs. Also some minor tweak for the CSS & Layout front page. Differential Revision: https://phabricator.services.mozilla.com/D207325
20 lines
582 B
ReStructuredText
20 lines
582 B
ReStructuredText
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
|