mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Change dominant-baseline from reset to inherit.
Bug: 1353164 Reviewed-by: heycam
This commit is contained in:
parent
6bc1b97a6c
commit
243520fb27
2 changed files with 9 additions and 9 deletions
|
@ -10,6 +10,15 @@
|
||||||
|
|
||||||
// Section 10 - Text
|
// 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(
|
${helpers.single_keyword(
|
||||||
"text-anchor",
|
"text-anchor",
|
||||||
"start middle end",
|
"start middle end",
|
||||||
|
|
|
@ -6,15 +6,6 @@
|
||||||
|
|
||||||
<% data.new_style_struct("SVG", inherited=False, gecko_name="SVGReset") %>
|
<% 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(
|
${helpers.single_keyword(
|
||||||
"vector-effect",
|
"vector-effect",
|
||||||
"none non-scaling-stroke",
|
"none non-scaling-stroke",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue