mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 08:48:57 +00:00
LibWeb: Rename ColorStyleValue -> CSSColorValue
This matches the name in the CSS Typed OM spec. https://drafts.css-houdini.org/css-typed-om-1/#csscolorvalue This is not (yet) the same as the CSSColorValue, but one step at a time.
This commit is contained in:
parent
8952764267
commit
581d00293c
Notes:
github-actions[bot]
2024-08-21 09:53:16 +00:00
Author: https://github.com/AtkinsSJ
Commit: 581d00293c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1091
17 changed files with 52 additions and 51 deletions
|
@ -102,6 +102,7 @@ class BackgroundSizeStyleValue;
|
|||
class BasicShapeStyleValue;
|
||||
class BorderRadiusStyleValue;
|
||||
class CSSAnimation;
|
||||
class CSSColorValue;
|
||||
class CSSConditionRule;
|
||||
class CSSFontFaceRule;
|
||||
class CSSGroupingRule;
|
||||
|
@ -120,7 +121,6 @@ class CSSStyleValue;
|
|||
class CSSSupportsRule;
|
||||
class CalculatedStyleValue;
|
||||
class Clip;
|
||||
class ColorStyleValue;
|
||||
class ConicGradientStyleValue;
|
||||
class ContentStyleValue;
|
||||
class CounterStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue