Gerald Monaco

Results 5 issues of Gerald Monaco

The polyfill can't currently handle each and every non-trivial CSS selector it might encounter. For example, consider the following rule: ```css #foo[data-bar] + div { container-type: inline-size; } ``` Today,...

enhancement

Improve performance on lower end devices: * Traverse the DOM using `firstChild` and `nextSibling` instead of `childNodes` * Don't call `scheduleUpdate()` every time we connect a controller. Instead, call it...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

detected: feature

Currently, a condition like `(() or (width))` will evaluate to `true` on a container with `inline-size` (assuming horizontal writing mode) or `size`, because the `` is irrelevant to the final...

Closed Accepted by CSSWG Resolution
Needs Testcase (WPT)
css-contain-3

Proof of concept of compatibility hooks enabling [transitions](https://react.dev/reference/react/useTransition#marking-a-state-update-as-a-non-blocking-transition) to be used in React 17 applications. There are a few key differences outlined below. # Compatibility Hooks ## `unstable_useDeferredValueCompat(value)` Implements `React.useDeferredValue`....