File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
As with HTML, CSS stylesheets are parsed in the :class: `weasyprint.CSS ` class
82
82
with an external library, tinycss2 _.
83
83
84
- After the In addition to the actual parsing, the :mod: `weasyprint.css ` and
84
+ In addition to the actual parsing, the :mod: `weasyprint.css ` and
85
85
:mod: `weasyprint.css.validation ` modules do some pre-processing:
86
86
87
87
* Unknown and unsupported declarations are ignored with warnings.
@@ -212,7 +212,7 @@ The final result of the layout is a list of :class:`PageBox` objects.
212
212
Stacking & Drawing
213
213
..................
214
214
215
- In step 6, the boxes are reorder by the :mod: `weasyprint.stacking ` module
215
+ In step 6, the boxes are reordered by the :mod: `weasyprint.stacking ` module
216
216
to observe `stacking rules `_ such as the ``z-index `` property.
217
217
The result is a tree of *stacking contexts *.
218
218
You can’t perform that action at this time.
0 commit comments