style: Convert image-rendering #defines to an enum class.

MANUAL PUSH: Contributor didn't use Phabricator and I don't want patch to rot
This commit is contained in:
Thomas Dolezal 2020-01-30 04:34:32 +01:00 committed by Emilio Cobos Álvarez
parent 143184d807
commit 41ae92e045
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -78,6 +78,7 @@ ${helpers.single_keyword(
extra_servo_2013_values="pixelated",
extra_servo_2020_values="pixelated",
gecko_aliases="-moz-crisp-edges=crisp-edges",
gecko_enum_prefix="StyleImageRendering",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-images/#propdef-image-rendering",
)}