index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
Properties.json
Age
Commit message (
Expand
)
Author
2023-01-03
LibWeb: Parse `border-collapse` property for HTML table
martinfalisse
2022-12-31
LibWeb: Mark the border-style properties as layout affecting
Luke Wilde
2022-11-07
LibWeb: Parse CSS gap property
martinfalisse
2022-10-24
LibWeb: Establish stacking context when backdrop-filter is not 'none'
Luke Wilde
2022-10-14
LibWeb: Parse the CSS align-content property
Andreas Kling
2022-09-16
LibWeb+Meta: Parse the `backdrop-filter` CSS property
MacDue
2022-08-25
LibWeb: Parse grid-column and grid-row CSS values
martinfalisse
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
2022-08-25
LibWeb: Parse grid display value
martinfalisse
2022-08-07
LibWeb: Parse rect style value
Tom
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-21
LibWeb: Mark `transform` property as affecting stacking contexts
Sam Atkins
2022-07-19
LibWeb: Reject negative values for `flex-grow` and `flex-shrink`
Andreas Kling
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-04-14
LibWeb: Use generated enum code for property value validation
Sam Atkins
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-03-26
LibWeb: Assign limits to CSS properties that cannot be negative
Sam Atkins
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-22
LibWeb: Allow percentages in word/letter-spacing properties
Sam Atkins
2022-03-22
LibWeb: Parse the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Only invalidate stacking context tree for opacity/z-index change
Andreas Kling
2022-03-18
LibWeb: Mark more CSS properties as not affecting layout
Sam Atkins
2022-03-16
LibWeb: Mark a bunch of CSS border-* properties as not affecting layout
Andreas Kling
2022-03-16
LibWeb: Mark all text-decoration* CSS properties as not affecting layout
Andreas Kling
2022-03-16
LibWeb: Annotate which CSS properties may affect layout
Andreas Kling
2022-03-12
LibWeb: Add support for the text-justify property
sin-ack
2022-03-07
LibWeb: Support more CSS image-rendering values
Andreas Kling
2022-02-25
LibWeb: Parse the `content` property
Sam Atkins
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-07
LibWeb: Parse `display: inline-flex`
Sam Atkins
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-01-24
LibWeb: Add `none` as a valid identifier for `fill` and `stroke`
Sam Atkins
2022-01-20
LibWeb: Add missing "auto" identifiers for min-width/height
Sam Atkins
2021-11-10
LibWeb: Add initial values for all CSS properties
Sam Atkins
2021-11-10
LibWeb: Add initial values and longhands to `background` definition
Sam Atkins
2021-11-10
LibWeb: Correct initial values in Properties.json
Sam Atkins
2021-11-10
LibWeb: Parse `background-size` property
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-11-10
LibWeb: Parse `background-clip` and `background-origin`
Sam Atkins
2021-10-15
LibWeb: Parse "none" value for box-shadow property
Sam Atkins
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-09-23
LibWeb: Add range-checking to property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Add valid-value information to Properties.json
Sam Atkins
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-17
LibWeb: Correct some initial values and add missing ones
Sam Atkins
2021-09-17
LibWeb: Make "currentcolor" lowercase in Properties.json
Sam Atkins
2021-09-16
LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG
Sam Atkins
2021-09-13
LibWeb: Add handful of CSS properties and identifiers
Andreas Kling
2021-09-12
LibWeb: Add CSS quirks information to Properties.json
Sam Atkins
[next]