summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Properties.json
AgeCommit message (Expand)Author
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