mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
LibWeb: Replace TextDecorationStyleValue with ShorthandStyleValue
This commit is contained in:
parent
d40b3f2a34
commit
8efac89a16
11 changed files with 8 additions and 95 deletions
|
@ -122,7 +122,6 @@ using StyleValueVector = Vector<ValueComparingNonnullRefPtr<StyleValue const>>;
|
|||
__ENUMERATE_STYLE_VALUE_TYPE(Shadow, shadow) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Shorthand, shorthand) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(String, string) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(TextDecoration, text_decoration) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Time, time) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Transformation, transformation) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Unresolved, unresolved) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue