- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 28 Jul 2017 22:15:22 +0000
- To: public-css-archive@w3.org
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