1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:15:07 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 404a7cb63a LibGfx+LibWeb: Use floats not doubles to create HSL colors
There's really no reason to use doubles here, except at the time I
wanted to use doubles everywhere in CSS. I now realize that is
excessive, so everything can be floats instead.
2022-03-22 15:47:36 +01:00
..
DeclarationOrAtRule.h LibWeb: Add accessors to CSS::DeclarationOrAtRule 2021-07-11 23:19:56 +02:00
Parser.cpp LibGfx+LibWeb: Use floats not doubles to create HSL colors 2022-03-22 15:47:36 +01:00
Parser.h LibWeb: Parse the CSS transform-origin property 2022-03-22 02:06:21 +01:00
StyleBlockRule.h LibWeb: Don't copy Tokens twice on StyleBlockRule initialization 2022-03-21 12:49:00 +01:00
StyleComponentValueRule.h LibWeb: Make StyleComponentValueRule use a Variant 2022-03-22 15:47:36 +01:00
StyleDeclarationRule.h LibWeb: Add an enum for !important 2022-02-12 16:13:27 +00:00
StyleFunctionRule.h LibWeb: Parse and resolve UnresolvedStyleValues 2021-12-09 21:30:31 +01:00
StyleRule.h LibWeb: Fix constness of return type from StyleRule::block() 2022-03-21 12:49:00 +01:00
StyleRules.cpp LibWeb: Make StyleComponentValueRule use a Variant 2022-03-22 15:47:36 +01:00
Token.cpp LibWeb: Don't serialize hex-colors as identifiers 2022-03-19 13:22:13 +01:00
Token.h LibWeb: Use llround in CSS::Token::to_closest_integer 2022-03-21 12:49:00 +01:00
Tokenizer.cpp LibWeb: Don't put a backslash after escape sequences in text-like tokens 2022-03-19 13:10:00 -07:00
Tokenizer.h LibWeb: Pass correct values to would_start_an_identifier() 2021-12-27 22:56:08 +01:00