mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Converting empty-cells defines into enum class.
Differential Revision: https://phabricator.services.mozilla.com/D61398
This commit is contained in:
parent
625170ddd4
commit
561de2f748
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ${helpers.single_keyword(
|
||||||
"empty-cells",
|
"empty-cells",
|
||||||
"show hide",
|
"show hide",
|
||||||
engines="gecko servo-2013",
|
engines="gecko servo-2013",
|
||||||
gecko_constant_prefix="NS_STYLE_TABLE_EMPTY_CELLS",
|
gecko_enum_prefix="StyleEmptyCells",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
spec="https://drafts.csswg.org/css-tables/#propdef-empty-cells",
|
spec="https://drafts.csswg.org/css-tables/#propdef-empty-cells",
|
||||||
servo_restyle_damage="rebuild_and_reflow",
|
servo_restyle_damage="rebuild_and_reflow",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue