Re: [csswg-drafts] [cssom-view] Add notIfViewed to ScrollIntoViewOptions; add FocusScrollOptions

For what it's worth, the [current state of Gecko's internal API for scrolling an element into view](https://searchfox.org/mozilla-central/rev/dca019c94bf3a840ed7ff50261483410cfece24f/layout/base/nsIPresShell.h#654-756) may be interesting.  In particular, it provides 3-way control (scroll-always, scroll-if-not-visible, scroll-if-not-fully-visible) that's independent for each axis.  And it provides many other things; it requires a bit of digging to figure out what they're all used for.

-- 
GitHub Notification of comment by dbaron
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/1805#issuecomment-337476166 using your GitHub account

Received on Wednesday, 18 October 2017 06:46:30 UTC