mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Rename NumericStyleValue -> NumberStyleValue
This is in preparation of splitting off a separate IntegerStyleValue.
This commit is contained in:
parent
1a6a4ca7d4
commit
ad8565011c
Notes:
sideshowbarker
2024-07-17 06:38:11 +09:00
Author: https://github.com/AtkinsSJ
Commit: ad8565011c
Pull-request: https://github.com/SerenityOS/serenity/pull/19208
11 changed files with 69 additions and 69 deletions
|
@ -130,7 +130,7 @@ class MediaQuery;
|
|||
class MediaQueryList;
|
||||
class MediaQueryListEvent;
|
||||
class Number;
|
||||
class NumericStyleValue;
|
||||
class NumberStyleValue;
|
||||
class OverflowStyleValue;
|
||||
class Percentage;
|
||||
class PercentageOrCalculated;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue