summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Properties.json
AgeCommit message (Expand)Author
2023-01-03LibWeb: Parse `border-collapse` property for HTML tablemartinfalisse
2022-12-31LibWeb: Mark the border-style properties as layout affectingLuke Wilde
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-10-24LibWeb: Establish stacking context when backdrop-filter is not 'none'Luke Wilde
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-09-16LibWeb+Meta: Parse the `backdrop-filter` CSS propertyMacDue
2022-08-25LibWeb: Parse grid-column and grid-row CSS valuesmartinfalisse
2022-08-25LibWeb: Parse grid-column-start and related CSS propertiesmartinfalisse
2022-08-25LibWeb: Parse grid-template-columns and grid-template-rowsmartinfalisse
2022-08-25LibWeb: Parse grid display valuemartinfalisse
2022-08-07LibWeb: Parse rect style valueTom
2022-07-23LibWeb: Implement `appearance` CSS propertyMacDue
2022-07-21LibWeb: Mark `transform` property as affecting stacking contextsSam Atkins
2022-07-19LibWeb: Reject negative values for `flex-grow` and `flex-shrink`Andreas Kling
2022-07-12LibWeb: Honor `align-self` over `align-items` when non-auto on flex itemAndreas Kling
2022-04-14LibWeb: Use generated enum code for property value validationSam Atkins
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-03-26LibWeb: Assign limits to CSS properties that cannot be negativeSam Atkins
2022-03-24LibWeb: Parse and compute text-shadow propertySam Atkins
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