From 9229a155b20717f494693dafeb23a21cbd8e075d Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 24 Mar 2022 16:19:49 -0400 Subject: [PATCH] Move sequential focus navigation starting point --- spec.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.bs b/spec.bs index 6b1d314..7d52864 100644 --- a/spec.bs +++ b/spec.bs @@ -1443,6 +1443,7 @@ The sameDocument getter steps a 1. If |focusTarget| is null, then set |focusTarget| to |document|'s body element. 1. If |focusTarget| is null, then set |focusTarget| to |document|'s [=document element=]. 1. Run the focusing steps for |focusTarget|, with |document|'s viewport as the fallback target. + 1. Move the sequential focus navigation starting point to |focusTarget|.