mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
style: Add an inherited internal UA sheet property (-moz-list-reversed:true|false) to propagate <ol reversed> to its relevant descendants.
Bug: 288704 Reviewed-by: emilio
This commit is contained in:
parent
4b4b5b6a1d
commit
4f44b1c6b1
8 changed files with 28 additions and 0 deletions
|
@ -1247,6 +1247,7 @@ impl Clone for ${style_struct.gecko_struct_name} {
|
|||
"Length": impl_absolute_length,
|
||||
"LengthOrNormal": impl_style_coord,
|
||||
"LengthPercentageOrAuto": impl_style_coord,
|
||||
"MozListReversed": impl_simple,
|
||||
"MozScriptMinSize": impl_absolute_length,
|
||||
"RGBAColor": impl_rgba_color,
|
||||
"SVGLength": impl_svg_length,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue