servo/components/layout
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
..
css self import 2015-01-28 13:46:00 +05:30
block.rs self import 2015-01-28 13:46:00 +05:30
Cargo.toml Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
construct.rs Add layout support and tests for inline iframes. Fixes #1697. 2015-01-29 16:36:20 +10:00
context.rs Don't shadow lifetimes in layout. 2015-01-28 14:44:32 +01:00
display_list_builder.rs self import 2015-01-28 13:46:00 +05:30
floats.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
flow.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
flow_list.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
flow_ref.rs Don't shadow lifetimes in layout. 2015-01-28 14:44:32 +01:00
fragment.rs layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
incremental.rs self import 2015-01-28 13:46:00 +05:30
inline.rs layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
layout_debug.rs Fix various build warnings. 2015-01-28 20:42:39 +01:00
layout_task.rs self import 2015-01-28 13:46:00 +05:30
lib.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
list_item.rs layout: Implement floated list items. 2015-01-28 19:58:24 -08:00
model.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
parallel.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
sequential.rs self import 2015-01-28 13:46:00 +05:30
table.rs self import 2015-01-28 13:46:00 +05:30
table_caption.rs layout: Implement floated list items. 2015-01-28 19:58:24 -08:00
table_cell.rs layout: Implement floated list items. 2015-01-28 19:58:24 -08:00
table_colgroup.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
table_row.rs layout: Implement floated list items. 2015-01-28 19:58:24 -08:00
table_rowgroup.rs layout: Implement floated list items. 2015-01-28 19:58:24 -08:00
table_wrapper.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
text.rs layout: Implement text-overflow: ellipsis per CSS-UI-3 § 6.2. 2015-01-28 16:23:31 -08:00
traversal.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
util.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
wrapper.rs layout: Implement text-overflow: ellipsis per CSS-UI-3 § 6.2. 2015-01-28 16:23:31 -08:00