As noted in the doc, this is meant to extend the general checklist at https://firefox-source-docs.mozilla.org/contributing/reviewer_checklist.html with examples and special cases that are particular to working in layout code. The list is short for now; this is just a start. Differential Revision: https://phabricator.services.mozilla.com/D249859
21 lines
613 B
ReStructuredText
21 lines
613 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
|
|
LayoutCodeReviewerChecklist
|
|
LayoutDebugger
|
|
AccessibleCaret
|