style: Replacing table-layout defines with an enum.

Differential Revision: https://phabricator.services.mozilla.com/D61260
This commit is contained in:
Thomas Dolezal 2020-01-31 01:23:23 +00:00 committed by Emilio Cobos Álvarez
parent 2bdcd766bb
commit 6682f725cf
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -12,6 +12,7 @@ ${helpers.single_keyword(
engines="gecko servo-2013", engines="gecko servo-2013",
gecko_ffi_name="mLayoutStrategy", gecko_ffi_name="mLayoutStrategy",
animation_value_type="discrete", animation_value_type="discrete",
gecko_enum_prefix="StyleTableLayout",
spec="https://drafts.csswg.org/css-tables/#propdef-table-layout", spec="https://drafts.csswg.org/css-tables/#propdef-table-layout",
servo_restyle_damage="reflow", servo_restyle_damage="reflow",
)} )}