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

FYI, [the fragment link scrolling](https://html.spec.whatwg.org/#scroll-to-fragid) works the same in all browsers as: 

Position of an element | display: block | display: inline
-- | -- | -- 
Entirely in the view | Scrolling to start | No scrolling
Partially in the view | Scrolling to start | Scrolling to nearest
Entirely out of the view | Scrolling to start | Scrolling to nearest

This could be a reference to decide the default values of `FocusScrollOptions`.

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

Received on Thursday, 19 October 2017 01:44:26 UTC