[csswg-drafts] [cssom-view] Does scroll-behavior affect the sequential focus navigation?

jihyerish has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom-view] Does scroll-behavior affect the sequential focus navigation? ==
CSSOM Spec says about `scroll-behavior`, : 

> The scroll-behavior property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs. Any other scrolls, e.g. those that are performed by the user, are not affected by this property. 

Does "**navigation**" here also include the [sequential focus navigation](https://html.spec.whatwg.org/#sequential-focus-navigation) triggered by pressing <kbd>Tab</kbd>?

When I see the HTML Spec and the implementation related to  `scroll-behavior`, it only works for [navigation to a fragment](https://html.spec.whatwg.org/#scroll-to-fragid), not for  the [sequential focus navigation](https://html.spec.whatwg.org/#sequential-focus-navigation).
But I think the [sequential focus navigation](https://html.spec.whatwg.org/#sequential-focus-navigation) also need to be affected by this property.



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1783 using your GitHub account

Received on Thursday, 7 September 2017 08:01:31 UTC