Skip to content

Commit

Permalink
Make floats not parse on layout 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Nov 25, 2019
1 parent a5e55dd commit 7e143c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/properties/longhands/box.mako.rs
Expand Up @@ -63,6 +63,7 @@ ${helpers.predefined_type(
"Float", "Float",
"computed::Float::None", "computed::Float::None",
engines="gecko servo-2013 servo-2020", engines="gecko servo-2013 servo-2020",
servo_2020_pref="layout.2020.unimplemented",
initial_specified_value="specified::Float::None", initial_specified_value="specified::Float::None",
spec="https://drafts.csswg.org/css-box/#propdef-float", spec="https://drafts.csswg.org/css-box/#propdef-float",
animation_value_type="discrete", animation_value_type="discrete",
Expand Down

0 comments on commit 7e143c7

Please sign in to comment.