Skip to content

Commit bbacc9f

Browse files
committed
[selectors-4][editorial] Don't use 'should' in a Note.
1 parent caad1ea commit bbacc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,11 +2397,11 @@ The Focus-Indicated Pseudo-class: '':focus-visible''</h3>
23972397
don't [=indicate focus=].
23982398
* If the previously-focused element [=indicated focus=],
23992399
and a script causes focus to move elsewhere,
2400-
the newly focused element should [=indicate focus=].
2400+
[=indicate focus=] on the newly focused element.
24012401

24022402
Conversely, if the previously-focused element did not [=indicate focus=],
24032403
and a script causes focus to move elsewhere,
2404-
the newly focused element should also not [=indicate focus=].
2404+
don't [=indicate focus=] on the newly focused element.
24052405
</div>
24062406

24072407
User agents should also use '':focus-visible'' to specify the default focus style,

0 commit comments

Comments
 (0)