summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Properties.json
AgeCommit message (Expand)Author
2022-03-22LibWeb: Allow percentages in word/letter-spacing propertiesSam Atkins
2022-03-22LibWeb: Parse the CSS transform-origin propertySimon Wanner
2022-03-21LibWeb: Only invalidate stacking context tree for opacity/z-index changeAndreas Kling
2022-03-18LibWeb: Mark more CSS properties as not affecting layoutSam Atkins
2022-03-16LibWeb: Mark a bunch of CSS border-* properties as not affecting layoutAndreas Kling
2022-03-16LibWeb: Mark all text-decoration* CSS properties as not affecting layoutAndreas Kling
2022-03-16LibWeb: Annotate which CSS properties may affect layoutAndreas Kling
2022-03-12LibWeb: Add support for the text-justify propertysin-ack
2022-03-07LibWeb: Support more CSS image-rendering valuesAndreas Kling
2022-02-25LibWeb: Parse the `content` propertySam Atkins
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej
2022-02-07LibWeb: Parse `display: inline-flex`Sam Atkins
2022-02-07LibWeb: Add `pointer-events: all`Sam Atkins
2022-01-24LibWeb: Add `none` as a valid identifier for `fill` and `stroke`Sam Atkins
2022-01-20LibWeb: Add missing "auto" identifiers for min-width/heightSam Atkins
2021-11-10LibWeb: Add initial values for all CSS propertiesSam Atkins
2021-11-10LibWeb: Add initial values and longhands to `background` definitionSam Atkins
2021-11-10LibWeb: Correct initial values in Properties.jsonSam Atkins
2021-11-10LibWeb: Parse `background-size` propertySam Atkins
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-11-10LibWeb: Parse `background-clip` and `background-origin`Sam Atkins
2021-10-15LibWeb: Parse "none" value for box-shadow propertySam Atkins
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-09-23LibWeb: Add range-checking to property_accepts_value()Sam Atkins
2021-09-23LibWeb: Add valid-value information to Properties.jsonSam Atkins
2021-09-18LibWeb: Add transform property to the systemTobias Christiansen
2021-09-17LibWeb: Correct some initial values and add missing onesSam Atkins
2021-09-17LibWeb: Make "currentcolor" lowercase in Properties.jsonSam Atkins
2021-09-16LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVGSam Atkins
2021-09-13LibWeb: Add handful of CSS properties and identifiersAndreas Kling
2021-09-12LibWeb: Add CSS quirks information to Properties.jsonSam Atkins
2021-08-26LibWeb: Correct CSS initial values for min-width and min-heightAndreas Kling
2021-08-25LibWeb: Quote all initial values in Properties.jsonSam Atkins
2021-08-16LibWeb: Replace is_inherited_property() with generated codeSam Atkins
2021-08-14LibWeb: Correct initial values for flex CSS propertiesSam Atkins
2021-07-24LibWeb: Add box-shadow as a known ValueIDTobias Christiansen
2021-07-24LibWeb: Parse and store the opacity propertyEgor Ananyin
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex: shorthandTobias Christiansen
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex-flow propertyTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-05-20LibWeb: Add border-radius to the CSS-parserTobias Christiansen
2021-04-13LibWeb: Start parsing font propertyEgor Ananyin
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling