style: Remove dominant-baseline values that no longer exist.

Bug: 1353164
Reviewed-by: heycam
This commit is contained in:
longsonr 2019-07-13 15:35:08 +01:00 committed by Emilio Cobos Álvarez
parent 87231e676d
commit 2ab9156401
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -8,8 +8,8 @@
${helpers.single_keyword(
"dominant-baseline",
"""auto use-script no-change reset-size ideographic alphabetic hanging
mathematical central middle text-after-edge text-before-edge""",
"""auto ideographic alphabetic hanging mathematical central middle
text-after-edge text-before-edge""",
products="gecko",
animation_value_type="discrete",
spec="https://www.w3.org/TR/SVG11/text.html#DominantBaselineProperty",