| .. |
|
compositing
|
LibWeb: Update animation type of compositing properties
|
2025-09-10 15:02:20 +01:00 |
|
css-align
|
LibWeb/CSS: Backtrack the parser if a property does not accept a value
|
2025-06-14 08:22:56 +02:00 |
|
css-anchor-position
|
LibWeb: Parse anchor() function for inset properties
|
2025-08-03 22:09:31 +02:00 |
|
css-animations
|
LibWeb: Disallow default as a keyframe name
|
2025-06-14 17:56:10 -04:00 |
|
css-backgrounds
|
LibWeb: Handle interpolation of BorderRadius style value type
|
2025-09-14 16:49:20 +01:00 |
|
css-box
|
LibWeb: Clamp negative computed values for padding-* properties
|
2025-09-01 12:28:53 +01:00 |
|
css-cascade
|
LibWeb: Parse and compute text-underline-offset property
|
2025-09-12 07:07:15 +01:00 |
|
css-color
|
LibWeb: Don't resolve calc'd opacity percentages at parse time
|
2025-09-08 11:03:32 +01:00 |
|
css-conditional
|
LibWeb: Implement matches attribute on CSSSupportsRule and CSSMediaRule
|
2025-07-11 10:57:19 +02:00 |
|
css-contain
|
Tests: Synchronize imported tests with the WPT repository
|
2025-06-22 23:51:34 +02:00 |
|
css-display
|
LibWeb: Ensure discrete interpolated properties are non-transitionable
|
2025-05-27 13:33:29 +02:00 |
|
css-easing
|
LibWeb: Allow calc() values in cubic-bezier() easing functions
|
2025-06-18 08:57:06 +02:00 |
|
css-env
|
LibWeb/CSS: Implement env() as an arbitrary substitution function
|
2025-08-07 16:38:29 +02:00 |
|
css-fill-stroke/animation
|
LibWeb: Use correct animation type for fill property
|
2025-09-11 05:31:27 +01:00 |
|
css-flexbox
|
LibWeb: Compute dimension percentage mix as percentage where applicable
|
2025-09-12 15:04:30 +01:00 |
|
css-font-loading
|
LibWeb: Resolve FontFaceSet::load promise with all loaded FontFaces
|
2025-07-21 16:29:55 +01:00 |
|
css-fonts
|
LibWeb: Clamp interpolated values to their accepted range
|
2025-09-07 14:50:36 +01:00 |
|
css-grid
|
LibWeb/CSS: Fix basic absolute positioning inside grid containers
|
2025-08-25 14:09:12 +02:00 |
|
css-images
|
LibWeb: Parse all transition-property value as keyword
|
2025-04-27 09:49:00 +01:00 |
|
css-lists/parsing
|
LibWeb/CSS: Remove unnecessary shorthand serialization special cases
|
2025-04-07 11:38:56 +01:00 |
|
css-logical
|
LibWeb: Map logical alias transition properties to physical counterparts
|
2025-09-11 06:08:07 +01:00 |
|
css-masking
|
LibWeb/CSS: Use LengthPercentageOrAuto for background sizes
|
2025-09-04 13:31:24 +01:00 |
|
css-multicol/parsing
|
LibWeb: Add CSS column-height property
|
2025-09-07 15:59:39 +01:00 |
|
css-nesting
|
Tests: Synchronize imported tests with the WPT repository
|
2025-06-22 23:51:34 +02:00 |
|
css-page
|
LibWeb/CSS: Add basic implementation of CSSMarginRule
|
2025-05-16 11:01:39 +01:00 |
|
css-properties-values-api
|
LibWeb/CSS: Parse initial value using syntax from @property
|
2025-08-04 11:08:46 +01:00 |
|
css-pseudo
|
LibWeb: Implement ::file-selector-button pseudo element
|
2024-12-05 10:49:57 +00:00 |
|
css-scoping
|
LibWeb/CSS: Parse the ::slotted pseudo-element
|
2025-07-15 13:54:17 +01:00 |
|
css-scrollbars
|
LibWeb/CSS: Implement the scrollbar-color property
|
2025-06-02 00:17:51 +02:00 |
|
css-shapes/shape-functions
|
LibWeb/CSS: Implement path() basic shape
|
2025-07-17 13:59:23 -04:00 |
|
css-sizing
|
LibWeb: Support interpolation of CalculatedStyleValue
|
2025-09-08 11:58:44 +01:00 |
|
css-syntax
|
LibWeb/CSS: Don't remove whitespace early when parsing descriptor values
|
2025-07-03 08:22:30 +01:00 |
|
css-tables
|
LibWeb: Clamp interpolated values to their accepted range
|
2025-09-07 14:50:36 +01:00 |
|
css-text
|
LibWeb: Make word-spacing and letter-spacing default value compute to 0
|
2025-09-10 16:12:29 +01:00 |
|
css-text-decor
|
LibWeb: Compute dimension percentage mix as percentage where applicable
|
2025-09-12 15:04:30 +01:00 |
|
css-transforms
|
LibWeb: Improve interpolation of mixed percentage-dimension values
|
2025-09-10 17:00:20 +01:00 |
|
css-transitions
|
LibWeb: Include z-index in transition: all
|
2025-09-11 06:08:07 +01:00 |
|
css-typed-om
|
LibWeb/CSS: Implement CSSNumericValue.to()
|
2025-09-12 13:45:41 +02:00 |
|
css-ui
|
LibWeb: Clamp interpolated values to their accepted range
|
2025-09-07 14:50:36 +01:00 |
|
css-values
|
LibWeb: Improve interpolation of mixed percentage-dimension values
|
2025-09-10 17:00:20 +01:00 |
|
css-variables
|
LibWeb/CSS: Parse initial value using syntax from @property
|
2025-08-04 11:08:46 +01:00 |
|
css-view-transitions
|
LibWeb: Suppress rendering due to view transitions
|
2025-09-09 10:25:17 +02:00 |
|
css-will-change/parsing
|
LibWeb: Parse the will-change property
|
2025-08-18 12:36:37 +01:00 |
|
CSS2
|
LibWeb: Prevent hit testing from transforming position more than once
|
2025-08-27 09:14:33 +02:00 |
|
cssom
|
LibWeb/CSS: Parse the paint-order property
|
2025-08-28 10:31:09 +01:00 |
|
cssom-view
|
LibWeb: Fix incorrect margin collapsing behavior [BFC]
|
2025-09-08 14:09:06 +02:00 |
|
filter-effects
|
LibWeb: Don't resolve calc'd opacity percentages at parse time
|
2025-09-08 11:03:32 +01:00 |
|
geometry
|
LibWeb: Move Transformation::to_matrix to new CSV resolve methods
|
2025-07-17 08:31:52 +02:00 |
|
mediaqueries
|
LibWeb/CSS: Reject negative <resolution> values
|
2025-05-23 10:17:58 +01:00 |
|
selectors
|
LibWeb/CSS: Make :heading() pseudo-class take integers not AN+B
|
2025-08-28 12:40:03 +02:00 |