mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Adjust the language used in some of the documentation (#31583)
* fixed a typo in the Android setup command * Fix typo in documentation for command-line arguments * Fix style and formatting issues in the Shell Scripts section of the documentation * Update style.md * Fixed various inconsistencies * Fixed various inconsistencies * Update webxr.md * Update style.md * Update COMMAND_LINE_ARGS.md * Update README.md Co-authored-by: Martin Robinson <mrobinson@igalia.com> * Update docs/COMMAND_LINE_ARGS.md --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
7e8a1503ba
commit
0327d4638b
5 changed files with 21 additions and 21 deletions
|
@ -1,15 +1,15 @@
|
|||
# Servo's style system overview
|
||||
|
||||
This needs to be filled more extensively. Meanwhile, you can also take a look at
|
||||
the [style doc comments][style-doc], or the [Styling
|
||||
Overview][wiki-styling-overview] in the wiki, a conversation between
|
||||
This document provides an overview of Servo's style system. For more extensive details,
|
||||
refer to the [style doc comments][style-doc], or the [Styling
|
||||
Overview][wiki-styling-overview] in the wiki, which includes a conversation between
|
||||
Boris Zbarsky and Patrick Walton about how style sharing works.
|
||||
|
||||
<a name="selector-impl"></a>
|
||||
## Selector Implementation
|
||||
|
||||
In order to be sharable and compatible with Stylo (a project that aims
|
||||
to integrate Servo's style system into Gecko), the style must be consistent.
|
||||
To ensure compatibility with Stylo (a project integrating Servo's style system into Gecko),
|
||||
selectors must be consistent.
|
||||
|
||||
The consistency is implemented in [selectors' SelectorImpl][selector-impl],
|
||||
containing the logic related to parsing pseudo-elements and other pseudo-classes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue