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
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
2021-08-26
LibWeb: Correct CSS initial values for min-width and min-height
Andreas Kling
2021-08-25
LibWeb: Quote all initial values in Properties.json
Sam Atkins
2021-08-16
LibWeb: Replace is_inherited_property() with generated code
Sam Atkins
2021-08-14
LibWeb: Correct initial values for flex CSS properties
Sam Atkins
2021-07-24
LibWeb: Add box-shadow as a known ValueID
Tobias Christiansen
2021-07-24
LibWeb: Parse and store the opacity property
Egor Ananyin
2021-07-19
LibWeb: Add parsing for the justify-content property
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex: shorthand
Tobias Christiansen
2021-06-06
LibWeb: Add flex-grow and flex-shrink
Tobias Christiansen
2021-06-06
LibWeb: Parse flex-basis
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex-flow property
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for flex-wrap property
Tobias Christiansen
2021-05-20
LibWeb: Add border-radius to the CSS-parser
Tobias Christiansen
2021-04-13
LibWeb: Start parsing font property
Egor Ananyin
2021-04-05
LibWeb: Support two-value background-repeat
Timothy Flynn
2021-02-22
LibWeb: Add parsing and application of CSS "overflow" property
Andreas Kling
2021-01-18
LibWeb: Parse the CSS "flex-direction" property
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling