mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibWeb: Replace ListStyleStyleValue with ShorthandStyleValue
This commit is contained in:
parent
f5cb2e8dc2
commit
6758decc74
10 changed files with 5 additions and 88 deletions
|
@ -109,7 +109,6 @@ using StyleValueVector = Vector<ValueComparingNonnullRefPtr<StyleValue const>>;
|
|||
__ENUMERATE_STYLE_VALUE_TYPE(Integer, integer) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Length, length) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(LinearGradient, linear_gradient) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(ListStyle, list_style) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(MathDepth, math_depth) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Number, number) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Overflow, overflow) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue