MacDue
|
776538a6c4
|
LibWeb: Add operator== to CSS::Number
This will be needed for the .equals() function of the backdrop-filter
style value.
|
2022-09-16 10:50:48 +01:00 |
|
Sam Atkins
|
ef2469bfed
|
LibWeb: Add missing Formatters for CSS dimension types
|
2022-07-27 17:03:55 +02:00 |
|
Andrew Kaster
|
f1d47ea618
|
LibWeb+AudioServer: Remove unused spaceship operators
We aren't actually using these for anything, and the spaceship operator
requires ``<compare>`` from the STL, which we'd rather not include.
|
2022-04-23 10:43:32 -07:00 |
|
Sam Atkins
|
7128e8e2e6
|
LibWeb: Break friendship between CSS Number and Tokenizer
|
2022-04-12 23:03:46 +02:00 |
|
Sam Atkins
|
bf786d66b1
|
LibWeb: Move Token and Tokenizer into Parser namespace
|
2022-04-12 23:03:46 +02:00 |
|
Sam Atkins
|
e8ab2dab11
|
LibWeb: Implement a CSS::Number class
We have the same "number and is-integer flag" structure in several
places, so let's put that in a class.
|
2022-03-22 15:47:36 +01:00 |
|