diff --git a/source b/source index 1db1e5e1fb0..434fabf9cac 100644 --- a/source +++ b/source @@ -3867,6 +3867,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • :focus-visible pseudo-class
  • +
  • indicate focus
  • The following features are defined in CSS Values and Units:

    dictionary FocusOptions {
       boolean preventScroll = false;
    +  boolean focusVisible;
     };
    @@ -77629,6 +77631,11 @@ 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 in an implementation-defined way + the user agent determines it would be best to do so, then indicate focus.

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