Johannes Odland

Results 21 issues of Johannes Odland

There are a few tests for `background-clip` with multiple image layers. Most of these test clipping of background color: - [background-clip-root.html](https://github.com/web-platform-tests/wpt/blob/master/css/css-backgrounds/background-clip-root.html) Background of root. - [background-color-border-box.htm](https://github.com/web-platform-tests/wpt/blob/master/css/css-backgrounds/background-color-border-box.htm) Clip of background color....

The `display` method returns color _as is_ if the browser supports the serialized color, even if it is outside the current display space. Gamut mapping is left to the browser...

enhancement

When using autopositon on core-toggle the component checks if there is enough room for the element if it starts at the left side of the button. If not, it defaults...

bug

### Problem It is possible to define unreachable snap points. The used snap position will then be the [position resulting from scrolling as much as possible towards the snap position](https://www.w3.org/TR/css-scroll-snap-1/#unreachable)....

Adding a new PR here to start the discussion on solving #20 again. - PR https://github.com/developit/vhtml/pull/23 aims to solve #20 by switching to WeakMap, but it uses string primitives as...

Implements parsing the full animation-range syntax to fix https://github.com/flackr/scroll-timeline/issues/236 Changes: - Implement parsing of animation-range in `parseAnimationRange()` - Extract common parsing functionality into `consumeRange()` - Additional typed-css-om functionality and fixes...

Depends on #237 It seems necessary to commit a pending playback rate when auto aligning the start time. If not, the task that was scheduled in 'play internal' would use...

(Addressing https://github.com/flackr/scroll-timeline/issues/239) For each source element multiple elements are currently observed using ResizeObserver: - the source and its direct children - every subject where the source is the nearest scroll...

ViewTimeline inherits from ScrollTimeline and invokes the ScrollTimeline constructor first during initialization. As a result, the timeline is initialized with document.scrollingElement as the source first, including measuring the source, setting...