Johannes Odland

Results 21 issues of Johannes Odland

Another two tests where the spec and the wpt does not align. The wpt tests suggests that the start time should be auto aligned when playing an animation, as long...

Adding initial support for the `timeline-scope` property, without support for the full cascade order. (Previous implementation did not support the cascade order either). This PR consists of three separate parts...

Depends on #244 Adding another PR for discussion: The `svg-graphics-element` tests are currently flaky, making the tests fail randomly when submitting PRs. This is due to three separate issues: 1....

Moving the internal implementation of typed om into its own folder. CSSNumericValue and subclasses are split into separate files.

What do you guys think about adding an editorconfig or an opinionated code formatter like Prettier? Moving among many projects I find it hard to remember which code style each...

Could we add a test framework for unit tests? It would be useful to be able to build unit tests for some of the functionality. The web platform tests can...

### Problem Setting the playback rate to 0 should probably freeze the animation, similar to pausing it. ### Expected result In Chromes implementation the animation freezes at the current time...

Similar to [`stepUp` and `stepDown`](https://github.com/openui/open-ui/issues/968) it would be helpful to be able to invoke setRangeText to insert a string into a textarea or an input. This would require being able...

The Intersection Observer specification has a section on [External Spec Integrations](https://www.w3.org/TR/intersection-observer/#external-spec-integrations) that makes the integration with the [HTML Event Loops Processing Model](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model) clear. I have not been able to find...

Adding a short note to clarify which of the algorithms are called from the [HTML Event Loops Processing Model](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model).

resize-observer-1