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
Age
Commit message (
Expand
)
Author
2023-06-03
LibWeb: Rewind TokenStream if we reject a parsed value as out-of-bounds
Sam Atkins
2023-06-03
LibWeb: Exit `parse_font_family_value()` when hitting an illegal token
Sam Atkins
2023-06-03
LibWeb: Detect and reject math functions with no resolved type
Sam Atkins
2023-06-03
LibWeb: Resolve the `transition-delay` property
stelar7
2023-06-03
LibWeb: Support list-style-position
Simon Wanner
2023-06-03
LibWeb: Add list-style-type: disclosure-{closed,open}
Simon Wanner
2023-06-02
LibWeb: Fix order/formatting of Properties.json
Sam Atkins
2023-06-02
LibWeb: Add missing value ranges to CSS properties
Sam Atkins
2023-06-02
LibWeb: Support font-size: calc()
Andreas Kling
2023-06-02
LibWeb: Add a way to resolve calc() values without a layout node
Andreas Kling
2023-06-02
LibWeb: Fix crashing when grid track size is calc() with percentage
Aliaksandr Kalenik
2023-06-02
LibWeb: Bounds-check parsed CSS types
Sam Atkins
2023-06-02
LibWeb: Add comparison operators to CSS numeric types (except Length)
Sam Atkins
2023-06-02
LibWeb: Parse `clamp()` css math function
stelar7
2023-06-02
LibWeb: Parse `max()` css math function
stelar7
2023-06-02
LibWeb: Parse `min()` css math function
stelar7
2023-06-02
LibWeb: Move function parsing to separate method
stelar7
2023-06-01
LibWeb: Convert NumberStyleValue from float to double
Sam Atkins
2023-06-01
LibWeb: Remove int usage of NumberStyleValues
Sam Atkins
2023-06-01
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
Sam Atkins
2023-06-01
LibWeb: Rename NumericStyleValue -> NumberStyleValue
Sam Atkins
2023-06-01
LibWeb: Round lengths to 3 decimals after resolving from percentage
Andreas Kling
2023-06-01
LibWeb: Support `line-height: calc(...)` values that resolve to number
Andreas Kling
2023-06-01
LibWeb: Add support for parsing place-content shorthand CSS property
FalseHonesty
2023-05-31
LibWeb: Change calc node representation from float to double
stelar7
2023-05-31
LibWeb: Allow calculated values in transform
stelar7
2023-05-31
LibWeb: Lazy evaluate optional to avoid crash
stelar7
2023-05-31
LibWeb: Serialize Resolution according to spec
stelar7
2023-05-31
LibWeb: Serialize Frequency according to spec
stelar7
2023-05-31
LibWeb: Serialize Angle according to spec
stelar7
2023-05-31
LibWeb: Serialize Time according to spec
stelar7
2023-05-30
LibWeb: Make font selection closer to specification
Andi Gallo
2023-05-30
LibWeb: Add support for parsing 'inset' shorthand CSS property
FalseHonesty
2023-05-29
LibWeb: Support `min-content` for `width`, `min-width` and `max-width`
Andreas Kling
2023-05-29
LibWeb: Support `max-content` for `width`, `min-width` and `max-width`
Andreas Kling
2023-05-29
LibWeb: Only update style for the element being animated by CSS
Andreas Kling
2023-05-29
LibWeb: Respect the CSS animation-direction property for animations
Ali Mohammad Pur
2023-05-29
LibWeb: Respect the animation-fill-mode CSS property
Ali Mohammad Pur
2023-05-29
LibWeb: Make sure finished animations are not restarted
Ali Mohammad Pur
2023-05-29
LibWeb: Add preliminary support for CSS animations
Ali Mohammad Pur
2023-05-29
LibWeb: Add CSS::Time::to_milliseconds()
Ali Mohammad Pur
2023-05-29
LibWeb: Keep track of CSS property source declarations
Ali Mohammad Pur
2023-05-29
LibWeb: Add CSS CompositeStyleValue
Ali Mohammad Pur
2023-05-29
LibWeb: Visit CSS block tokens for var() tokens as well
Ali Mohammad Pur
2023-05-29
LibWeb: Allow '0' as a CSS dimension value
Ali Mohammad Pur
2023-05-28
LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFC
Aliaksandr Kalenik
2023-05-28
LibWeb: Improve support for selecting an image source
Andi Gallo
2023-05-27
LibWeb: Resolve border[-color,-style,-width] properties
Sam Atkins
2023-05-27
LibWeb: Add helper for creating resolved values for sided shorthands
Sam Atkins
2023-05-27
LibWeb: Alphabetize `style_value_for_property()` property list
Sam Atkins
[next]