Re: [csswg-drafts] [scroll-animations] Broader scope of scroll timelines (#7759)

@fantasai What happens to `scroll-timeline-axis` on the deferred timeline? Is it just ignored?

```
.root {
  scroll-timeline-name: timeline;
  scroll-timeline-axis: block;
  scroll-timeline-attachment: defer;
}

.root .inner {
  scroll-timeline-name: timeline;
  scroll-timeline-axis: inline;
  scroll-timeline-attachment: ancestor;
}
```

The same question goes for `view-timeline-inset`.

-- 
GitHub Notification of comment by andruud
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7759#issuecomment-1491590496 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 31 March 2023 09:07:20 UTC