style: Change dominant-baseline from reset to inherit.

Bug: 1353164
Reviewed-by: heycam
This commit is contained in:
longsonr 2019-07-19 12:57:54 +01:00 committed by Emilio Cobos Álvarez
parent 6bc1b97a6c
commit 243520fb27
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
2 changed files with 9 additions and 9 deletions

View file

@ -10,6 +10,15 @@
// Section 10 - Text
${helpers.single_keyword(
"dominant-baseline",
"""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/css-inline-3/#propdef-dominant-baseline",
)}
${helpers.single_keyword(
"text-anchor",
"start middle end",

View file

@ -6,15 +6,6 @@
<% data.new_style_struct("SVG", inherited=False, gecko_name="SVGReset") %>
${helpers.single_keyword(
"dominant-baseline",
"""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",
)}
${helpers.single_keyword(
"vector-effect",
"none non-scaling-stroke",