mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
This property is used by approximately 55% of page loads. To implement the line breaking behavior, the "breaking strategy" has been cleaned up and abstracted. This should allow us to easily support other similar properties in the future, such as `text-overflow` and `word-break`. |
||
---|---|---|
.. | ||
properties | ||
.gitignore | ||
Cargo.toml | ||
errors.rs | ||
font_face.rs | ||
legacy.rs | ||
lib.rs | ||
makefile.cargo | ||
Mako-0.9.1.zip | ||
media_queries.rs | ||
namespaces.rs | ||
node.rs | ||
parsing_utils.rs | ||
README.md | ||
selector_matching.rs | ||
selectors.rs | ||
stylesheets.rs |
servo-style
Style system for Servo, using rust-cssparser for parsing.