mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Two noteworthy details that may seem random otherwise: * Moving values around in nsStyleDisplay is needed so that the struct remains under the size limit that we have to avoid jumping allocator buckets. * All the test expectation churn is because tests depend on `container-type: size` parsing to run, and now they run. Tests for the relevant bits I implemented are passing, with the only exception of some `container-name-computed.html` failures which are https://github.com/w3c/csswg-drafts/issues/7181. Safari agrees with us there. Other notes when looking at the spec and seeing how it matches the implementation: * `container` syntax doesn't match spec, but matches tests and sanity: https://github.com/w3c/csswg-drafts/issues/7180 * `container-type` syntax doesn't _quite_ match spec, but matches tests and I think it's a spec bug since the definition for the missing keyword is gone: https://github.com/w3c/csswg-drafts/issues/7179 Differential Revision: https://phabricator.services.mozilla.com/D142419 |
||
---|---|---|
.. | ||
background.mako.rs | ||
border.mako.rs | ||
box.mako.rs | ||
column.mako.rs | ||
counters.mako.rs | ||
effects.mako.rs | ||
font.mako.rs | ||
inherited_box.mako.rs | ||
inherited_svg.mako.rs | ||
inherited_table.mako.rs | ||
inherited_text.mako.rs | ||
inherited_ui.mako.rs | ||
list.mako.rs | ||
margin.mako.rs | ||
outline.mako.rs | ||
padding.mako.rs | ||
page.mako.rs | ||
position.mako.rs | ||
svg.mako.rs | ||
table.mako.rs | ||
text.mako.rs | ||
ui.mako.rs | ||
xul.mako.rs |