Convert layout/docs/*.rst to MyST-flavored Markdown. Refresh allowed-warnings glob for Reftest from .rst to .md. Differential Revision: https://phabricator.services.mozilla.com/D304222
20 lines
514 B
Markdown
20 lines
514 B
Markdown
# 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 {searchfox}`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
|
|
```
|