style: Converting empty-cells defines into enum class.

Differential Revision: https://phabricator.services.mozilla.com/D61398
This commit is contained in:
Thomas Dolezal 2020-02-01 21:43:31 +00:00 committed by Emilio Cobos Álvarez
parent 625170ddd4
commit 561de2f748
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -20,7 +20,7 @@ ${helpers.single_keyword(
"empty-cells",
"show hide",
engines="gecko servo-2013",
gecko_constant_prefix="NS_STYLE_TABLE_EMPTY_CELLS",
gecko_enum_prefix="StyleEmptyCells",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-tables/#propdef-empty-cells",
servo_restyle_damage="rebuild_and_reflow",