.. |
compositing
|
LibWeb/Canvas: Correctly return globalCompositeOperation
|
2025-02-24 13:55:51 +00:00 |
css-align
|
LibWeb: Use shortest serialization for shorthands with repeated values
|
2025-03-20 14:30:55 +01:00 |
css-animations
|
LibWeb/CSS: Use "0s" as the initial value for animation-duration
|
2025-03-22 17:04:33 +01:00 |
css-backgrounds
|
LibWeb: Parse all transition-property value as keyword
|
2025-04-27 09:49:00 +01:00 |
css-box
|
LibWeb: Always store ComputedProperties, even if no invalidations
|
2025-04-13 00:43:49 +02:00 |
css-cascade
|
LibWeb: Invalidate sheet owners after mutating cssText of its rules
|
2025-04-12 14:15:57 +01:00 |
css-color
|
LibWeb: Canonicalize color space when parsing color-mix() function
|
2025-04-23 11:26:27 +02:00 |
css-conditional/js
|
LibWeb/CSS: Use CSSRule's context to parse new child rules
|
2025-04-23 10:55:45 +01:00 |
css-contain
|
LibWeb: Implement CSS 'contain' property
|
2025-01-28 11:24:40 +00:00 |
css-display
|
LibWeb: Parse all transition-property value as keyword
|
2025-04-27 09:49:00 +01:00 |
css-flexbox
|
LibWeb/CSS: Remove unnecessary shorthand serialization special cases
|
2025-04-07 11:38:56 +01:00 |
css-fonts
|
LibWeb/CSS: Ensure a font source format() only contains one string/ident
|
2025-04-15 21:40:41 +02:00 |
css-grid
|
LibWeb/CSS: Make empty GridTrackSize value serialize to "none"
|
2025-03-22 17:33:37 +01: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/parsing
|
LibWeb/CSS: Parse border-block-* properties
|
2025-03-14 16:09:10 +00:00 |
css-masking/animations
|
LibWeb: Parse all transition-property value as keyword
|
2025-04-27 09:49:00 +01:00 |
css-nesting
|
LibWeb/CSS: Use CSSRule's context to parse new child rules
|
2025-04-23 10:55:45 +01:00 |
css-pseudo
|
LibWeb: Implement ::file-selector-button pseudo element
|
2024-12-05 10:49:57 +00:00 |
css-sizing
|
LibWeb: Parse all transition-property value as keyword
|
2025-04-27 09:49:00 +01:00 |
css-syntax
|
Tests: Create imported WPT test output from completion callback data
|
2024-12-02 22:41:51 +00:00 |
css-tables
|
LibWeb: Don't assume table caption box wants to create a BFC
|
2025-04-24 18:26:54 +02:00 |
css-text/text-align
|
LibWeb: Implement text-align: match-parent
|
2025-02-05 17:45:44 +00:00 |
css-text-decor/parsing
|
LibWeb: Implement text-decoration: spelling-error and grammar-error
|
2025-02-28 16:34:08 +00:00 |
css-transforms
|
LibWeb: Parse all transition-property value as keyword
|
2025-04-27 09:49:00 +01:00 |
css-transitions
|
LibWeb: Parse all as keyword in transition shorthand
|
2025-04-28 20:51:36 +02:00 |
css-ui
|
LibWeb/CSS: Don't serialize longhands which match their initial values
|
2025-04-07 11:38:56 +01:00 |
css-values
|
LibWeb: Don't assume calc() simplification worked on invalid tree
|
2025-04-25 16:55:05 +02:00 |
css-view-transitions/parsing
|
LibWeb: Import WPT tests for view-transition-name parsing
|
2025-02-22 14:52:13 +00:00 |
CSS2
|
LibWeb: Don't mess up the order of nodes when wrapping inline contents
|
2025-04-24 19:12:50 +02:00 |
cssom
|
LibWeb: Notify ObservableArray observer about deletions in clear()
|
2025-04-24 18:26:54 +02:00 |
cssom-view
|
LibWeb: Don't lose change events on MediaQueryList internal state change
|
2025-02-13 20:52:31 +01:00 |
filter-effects/parsing
|
LibWeb: Clamp grayscale, invert, filter and opacity filter values to 1
|
2025-04-04 17:12:47 +01:00 |
geometry
|
LibWeb/CSS: Remove an ad-hoc simplification step in calc() parsing
|
2025-03-05 12:05:45 +00:00 |
mediaqueries
|
LibWeb: Invalidate document style when media rules are changed
|
2025-04-04 10:10:43 +02:00 |
selectors
|
LibWeb: Update Element::directionality() for bdi elements to match spec
|
2025-03-23 09:58:42 +01:00 |