Sequential focus navigation start point
On fragment navigation
Expectation: on activate "Jump"
- AT: cursor should jump to "To here", and then on virtual cursor navigation, cursor should move to "tab stop 2"
- Keyboard: on tab, focus should move to "tab stop 2".
Jump
To here
On click
Expectation: on click "paragraph 1"
- AT: cursor should jump to "paragraph 1", and then on virtual cursor navigation, cursor should move to "tab stop 2"
- Keyboard: on tab, focus should move to "tab stop 2".
paragraph 1
paragraph 2
On DOM removal (if SFNSP was inside the DOM)
Expectation: on activate "remove"
- AT: cursor should jump to end of "how", and then on virtual cursor navigation, cursor should move to "you" (unspec, to be clarified)
- Keyboard: on tab, focus should move to "tab stop 2".
hello
how
are
you
New: document.setSequentialFocusStartingPoint(element)
Expectation: on activate "setSequentialFocusStartingPoint"
- AT: cursor should jump to "Demo", and then on virtual cursor navigation, cursor should move to "text"
- Keyboard: on tab, focus should move to "tab stop 2".
Demo
text