summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Properties.json
AgeCommit message (Expand)Author
2023-05-22LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rowsAliaksandr Kalenik
2023-05-20LibWeb: Implement SVG opacity propertiesMacDue
2023-05-18LibWeb: Remove unitless-length quirk from properties that don't need itSam Atkins
2023-05-02LibWeb: Set max-values for display CSS propertyEmil Militzer
2023-05-02LibWeb: Add missing inline-grid for display CSS propertyEmil Militzer
2023-04-30LibWeb: Parse `grid-template` propertymartinfalisse
2023-04-28LibWeb: Allow specifying a URL for an SVG fillMacDue
2023-04-28LibWeb: Add stop-color as a CSS propertyMacDue
2023-04-25LibWeb: Add missing valid-identifiers for display CSS propertyEmil Militzer
2023-04-03LibWeb: Add longhand properties for background-positionMacDue
2023-03-23LibWeb: Parse and plumb the `accent-color` CSS propertyMacDue
2023-02-03LibWeb: Parse font-stretch CSS propertyAliaksandr Kalenik
2023-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
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