File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3867,6 +3867,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3867
3867
<li><dfn
3868
3868
data-x-href="https://drafts.csswg.org/selectors/#the-focus-visible-pseudo"><code>:focus-visible</code></dfn>
3869
3869
pseudo-class</li>
3870
+ <li><dfn data-x-href="https://drafts.csswg.org/selectors/#indicate-focus">indicate focus</dfn></li>
3870
3871
</ul>
3871
3872
3872
3873
<p>The following features are defined in <cite>CSS Values and Units</cite>: <ref
@@ -77470,6 +77471,7 @@ END:VCARD</pre>
77470
77471
77471
77472
<pre><code class="idl">dictionary <dfn dictionary>FocusOptions</dfn> {
77472
77473
boolean <span data-x="dom-focusoptions-preventscroll">preventScroll</span> = false;
77474
+ boolean <span data-x="dom-focusoptions-focusvisible">focusVisible</span>;
77473
77475
};</code></pre>
77474
77476
77475
77477
<dl class="domintro">
@@ -77630,6 +77632,11 @@ END:VCARD</pre>
77630
77632
77631
77633
<li><p>Run the <span>focusing steps</span> for the element.</p></li>
77632
77634
77635
+ <li><p>If the value of the <dfn dict-member for="FocusOptions"><code
77636
+ data-x="dom-focusoptions-focusvisible">focusVisible</code></dfn> dictionary member of
77637
+ <var>options</var> is true, or is not present but in an <span>implementation-defined</span> way
77638
+ the user agent determines it would be best to do so, then <span>indicate focus</span>.</p></li>
77639
+
77633
77640
<li><p>If the value of the <dfn dict-member for="FocusOptions"><code
77634
77641
data-x="dom-focusoptions-preventscroll">preventScroll</code></dfn> dictionary member of
77635
77642
<var>options</var> is false, then <span data-x="scroll an element into view">scroll the element
You can’t perform that action at this time.
0 commit comments