diff --git a/source b/source index 1db1e5e1fb0..2c5af4c6c5d 100644 --- a/source +++ b/source @@ -77469,6 +77469,7 @@ END:VCARD
dictionary FocusOptions {
   boolean preventScroll = false;
+  boolean focusVisible;
 };
@@ -77629,6 +77630,12 @@ END:VCARD
  • Run the focusing steps for the element.

  • +
  • If the value of the focusVisible dictionary member of + options is true, + or is not present but matches an implementation-defined heuristic, + then indicate focus.

  • +
  • If the value of the preventScroll dictionary member of options is false, then scroll the element