summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Parser
AgeCommit message (Expand)Author
2021-08-25LibWeb: Implement CSS `unset` builtin valueSam Atkins
2021-08-25LibWeb: Use single shared instance of Inherit/InitialStyleValueSam Atkins
2021-08-25LibWeb: Parse CSS builtins before other valuesSam Atkins
2021-08-20LibWeb: Parse the CSS `opacity` property with `strtof()` for nowAndreas Kling
2021-08-18LibWeb: Fix check for too many 'normal' values in font declarationSam Atkins
2021-08-14LibWeb: Treat multi-value CSS properties as StyleValueList by defaultSam Atkins
2021-08-14LibWeb: Remove ValueListStyleValue :^)Sam Atkins
2021-08-14LibWeb: Parse multiple font-family valuesSam Atkins
2021-08-14LibWeb: Handle StyleValueList for background-imageSam Atkins
2021-08-14LibWeb: Implement and use BackgroundRepeatStyleValueSam Atkins
2021-08-14LibWeb: Implement and use OverflowStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderRadiusStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FlexFlowStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FlexStyleValueSam Atkins
2021-08-14LibWeb: Implement and use TextDecorationStyleValueSam Atkins
2021-08-14LibWeb: Implement and use ListStyleStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BackgroundStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FontStyleValueSam Atkins
2021-08-14LibWeb: Make 'auto' be both a Length and Identifier in CSSSam Atkins
2021-08-14LibWeb: Make '0' always be both a number and a length in CSSSam Atkins
2021-08-13AK+Everywhere: Delete Variant's default constructorAli Mohammad Pur
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-08-04LibWeb: Fix EOF handling in CSS Tokenizer peek_{twin,triplet}()Sam Atkins
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-08-02LibWeb: Implement CSS parsing convenience functionsSam Atkins
2021-08-02LibWeb: Clarify naming and publicity of CSS Parser methodsSam Atkins
2021-08-02LibWeb: Only dump parsed CSS stylesheet if logging is enabledSam Atkins
2021-07-31LibWeb: Ignore unquoted data urls in CSSSam Atkins
2021-07-31LibWeb: Parse calc() values in new CSS ParserSam Atkins
2021-07-31LibWeb: Treat CSS calc() values as "builtin_or_dynamic"Sam Atkins
2021-07-31LibWeb: Allow peeking more than 1 token ahead in CSS ParserSam Atkins
2021-07-31LibWeb: Parse box-shadow property in new CSS ParserSam Atkins
2021-07-31LibWeb: Convert CSS parse_{color,length}() lambdas into methodsSam Atkins
2021-07-31LibWeb: Fix issues with CSS attribute selector handlingSam Atkins
2021-07-31LibWeb: Make CSS 'An+B' parsing spec-compliantSam Atkins
2021-07-31LibWeb: Parse CSS selectors according to the specSam Atkins
2021-07-31LibWeb: Bring Selector terminology in line with the CSS specSam Atkins
2021-07-31LibWeb: Stop parsing integer CSS values as LengthsSam Atkins
2021-07-31LibWeb: Define proper debug symbols for CSS Parser and TokenizerSam Atkins
2021-07-31LibWeb: Use references to CSS tokens instead of copying by valueSam Atkins
2021-07-31LibWeb: Get CSS @import rules working in new parserSam Atkins
2021-07-29LibWeb: Handle comment blocks when skipping unknown @-rulesK-Adam
2021-07-24LibWeb: Parse box-shadow in the DeprecatedCSSParserTobias Christiansen
2021-07-24LibWeb: Add the parsing to the calc() handlingTobias Christiansen
2021-07-24LibWeb: Move type derivation of CSS::Length into seperate functionTobias Christiansen
2021-07-24LibWeb: Add tokenization of calc expressionTobias Christiansen
2021-07-23LibWeb: Dont try to parse "data" urls as linksstelar7
2021-07-22LibWeb: Implement ImageStyleValue parsingSam Atkins
2021-07-22LibWeb: Resolve CSS list-style from value listSam Atkins