Re: [csswg-drafts] [cssom-view][css-position] Scrolling a sticky element into view should use normal flow position for sticky boxes

I agree that, at least at first glance, it seems like scrolling to the normal-flow position is the better behavior for users.  It's definitely the best behavior for clicking on an anchor link, and I don't see why `scrollIntoView()` should be different from it here.

@flackr Yeah, there's a distinction between "position affected by scrolling" (sticky) and "position doesn't care about scrolling" (fixed). The latter doesn't care where you've scrolled to, so it makes sense that "scrolling it into view" is a no-op.

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

Received on Friday, 28 July 2017 22:15:23 UTC