summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2023-06-03LibWeb: Rewind TokenStream if we reject a parsed value as out-of-boundsSam Atkins
2023-06-03LibWeb: Exit `parse_font_family_value()` when hitting an illegal tokenSam Atkins
2023-06-03LibWeb: Detect and reject math functions with no resolved typeSam Atkins
2023-06-03LibWeb: Resolve the `transition-delay` propertystelar7
2023-06-03LibWeb: Support list-style-positionSimon Wanner
2023-06-03LibWeb: Add list-style-type: disclosure-{closed,open}Simon Wanner
2023-06-02LibWeb: Fix order/formatting of Properties.jsonSam Atkins
2023-06-02LibWeb: Add missing value ranges to CSS propertiesSam Atkins
2023-06-02LibWeb: Support font-size: calc()Andreas Kling
2023-06-02LibWeb: Add a way to resolve calc() values without a layout nodeAndreas Kling
2023-06-02LibWeb: Fix crashing when grid track size is calc() with percentageAliaksandr Kalenik
2023-06-02LibWeb: Bounds-check parsed CSS typesSam Atkins
2023-06-02LibWeb: Add comparison operators to CSS numeric types (except Length)Sam Atkins
2023-06-02LibWeb: Parse `clamp()` css math functionstelar7
2023-06-02LibWeb: Parse `max()` css math functionstelar7
2023-06-02LibWeb: Parse `min()` css math functionstelar7
2023-06-02LibWeb: Move function parsing to separate methodstelar7
2023-06-01LibWeb: Convert NumberStyleValue from float to doubleSam Atkins
2023-06-01LibWeb: Remove int usage of NumberStyleValuesSam Atkins
2023-06-01LibWeb: Implement IntegerStyleValue, for holding `<integer>`Sam Atkins
2023-06-01LibWeb: Rename NumericStyleValue -> NumberStyleValueSam Atkins
2023-06-01LibWeb: Round lengths to 3 decimals after resolving from percentageAndreas Kling
2023-06-01LibWeb: Support `line-height: calc(...)` values that resolve to numberAndreas Kling
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-31LibWeb: Allow calculated values in transformstelar7
2023-05-31LibWeb: Lazy evaluate optional to avoid crashstelar7
2023-05-31LibWeb: Serialize Resolution according to specstelar7
2023-05-31LibWeb: Serialize Frequency according to specstelar7
2023-05-31LibWeb: Serialize Angle according to specstelar7
2023-05-31LibWeb: Serialize Time according to specstelar7
2023-05-30LibWeb: Make font selection closer to specificationAndi Gallo
2023-05-30LibWeb: Add support for parsing 'inset' shorthand CSS propertyFalseHonesty
2023-05-29LibWeb: Support `min-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29LibWeb: Support `max-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29LibWeb: Only update style for the element being animated by CSSAndreas Kling
2023-05-29LibWeb: Respect the CSS animation-direction property for animationsAli Mohammad Pur
2023-05-29LibWeb: Respect the animation-fill-mode CSS propertyAli Mohammad Pur
2023-05-29LibWeb: Make sure finished animations are not restartedAli Mohammad Pur
2023-05-29LibWeb: Add preliminary support for CSS animationsAli Mohammad Pur
2023-05-29LibWeb: Add CSS::Time::to_milliseconds()Ali Mohammad Pur
2023-05-29LibWeb: Keep track of CSS property source declarationsAli Mohammad Pur
2023-05-29LibWeb: Add CSS CompositeStyleValueAli Mohammad Pur
2023-05-29LibWeb: Visit CSS block tokens for var() tokens as wellAli Mohammad Pur
2023-05-29LibWeb: Allow '0' as a CSS dimension valueAli Mohammad Pur
2023-05-28LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFCAliaksandr Kalenik
2023-05-28LibWeb: Improve support for selecting an image sourceAndi Gallo
2023-05-27LibWeb: Resolve border[-color,-style,-width] propertiesSam Atkins
2023-05-27LibWeb: Add helper for creating resolved values for sided shorthandsSam Atkins
2023-05-27LibWeb: Alphabetize `style_value_for_property()` property listSam Atkins