servo/components/layout
Patrick Walton 5f8d3f72d8 layout: Introduce support for legacy presentational attributes to selector
matching, and use it for `<input size>` and `<td width>`.

This implements a general framework for legacy presentational attributes
to the DOM and style calculation, so that adding more of them later will
be straightforward.
2014-10-14 12:44:09 -07:00
..
css script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
block.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
Cargo.toml Eliminate servo_util::atom 2014-09-29 18:39:36 -07:00
construct.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
context.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
floats.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
flow.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
flow_list.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
flow_ref.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
fragment.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
incremental.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
inline.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
layout_debug.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
layout_task.rs auto merge of #3675 : glennw/servo/local-fonts, r=pcwalton 2014-10-14 11:33:34 -06:00
lib.rs script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
model.rs layout: Make box-sizing only affect explicitly-specified or percentage 2014-10-09 07:59:54 -07:00
parallel.rs layout: Rewrite clipping to be per-display-item instead of having 2014-10-13 21:40:36 -07:00
table.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
table_caption.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
table_cell.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
table_colgroup.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
table_row.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
table_rowgroup.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
table_wrapper.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
text.rs Improve acid2. Fix line height calculation. Text fragments get correct enclosing element style. 2014-09-26 17:12:22 +10:00
traversal.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
util.rs Privatize Node 2014-10-13 13:25:44 +02:00
wrapper.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00