- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Tue, 08 Nov 2022 15:15:56 +0000
- To: public-css-archive@w3.org
Thanks @fantasai, I agree on all three points. > Resolution 1: Proposed to accept both string and TypedOM 2-value sequence inset within ViewTimeline Options. @flackr would you mind posting the WebIDL for this? :) I think this would be: ``` dictionary ViewTimelineOptions { Element subject; ScrollAxis axis = "block"; DOMString or sequence<CSSNumericValue> inset = [CSS.px(0), CSS.px(0)]; }; ``` > (I'm leaning towards the third.) I'm also leaning towards the third. -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7748#issuecomment-1307381553 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 8 November 2022 15:15:57 UTC