Open
Description
STR:
- Open https://jsfiddle.net/g68dy7f9/1/
- Click focus the last input
- Press
<tab>
Firefox moves the focus to <input tabindex=1 placeholder="a">
and Chrome moves the focus to <input tabindex=0 placeholder="b">
.
Which behaviour is correct? Should this fit into the selection mechanism is DOM + direction is forward
of https://html.spec.whatwg.org/multipage/interaction.html#sequential-navigation-search-algorithm? What does following starting point
mean?
P.S. The specification around sequential focusing is hard to follow