Skip to content

Commit

Permalink
Merge pull request #773 from NeroBurner/patch-1
Browse files Browse the repository at this point in the history
better phrasing in hacking
  • Loading branch information
liZe authored Jan 22, 2019
2 parents f67b7a6 + 4eb9eb5 commit 4ce86e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ After the In addition to the actual parsing, the :mod:`weasyprint.css` and
* Shorthand properties are expanded. For example, ``margin`` becomes
``margin-top``, ``margin-right``, ``margin-bottom`` and ``margin-left``.
* Hyphens in property names are replaced by underscores (``margin-top`` becomes
``margin_top``). This transformation is safe since none for the know (not
``margin_top``). This transformation is safe since none of the known (not
ignored) properties have an underscore character.
* Selectors are pre-compiled with cssselect2_.

Expand Down

0 comments on commit 4ce86e2

Please sign in to comment.