servo/components/style/properties/shorthands
Emilio Cobos Álvarez b2ab136cd9 style: Simplify container-type implementation
It was made a bitfield so that we could include style. But then style
containment was removed and the bitfield keeps causing us to do wrong
check (since INLINE_SIZE intersects SIZE).

So just make it an enum. This causes a progression and a test that
failed now times out (which is a pre-existing issue, just like the
pseudo-elements test that times out).

Differential Revision: https://phabricator.services.mozilla.com/D160371
2023-11-03 08:59:49 +01:00
..
background.mako.rs style: When serializing background shorthand skip initial values and order values according to grammar 2023-10-02 14:37:19 +00:00
border.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
box.mako.rs style: Simplify container-type implementation 2023-11-03 08:59:49 +01:00
column.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
font.mako.rs Further changes required by Servo 2023-11-03 08:59:49 +01:00
inherited_svg.mako.rs Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020} 2019-07-29 17:37:03 +02:00
inherited_text.mako.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
list.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
margin.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
outline.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
padding.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
position.mako.rs style: Properly fail to serialize grid shorthand when not roundtripping 2023-10-02 14:37:19 +00:00
svg.mako.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
text.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
ui.mako.rs style: Support scroll-timeline shorthand in style system 2023-10-02 14:37:19 +00:00