servo/components/style
Patrick Walton 5fdaba05a6 layout: Implement text-align: justify and text-justify per
CSS-TEXT-3 § 7.3.

`text-justify: distribute` is not supported.

The behavior of `text-justify: none` does not seem to match what Firefox
and Chrome do, but it seems to match the spec.

Closes #213.
2015-01-29 17:00:41 -08:00
..
properties layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
.gitignore Cargoify servo 2014-09-08 20:21:42 -06:00
Cargo.toml Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
font_face.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
legacy.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
lib.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
namespaces.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
node.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
parser.rs Port to the new cssparser. 2015-01-21 22:23:46 +01:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
selectors.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
stylesheets.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
values.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00

servo-style

Style system for Servo, using rust-cssparser for parsing.