We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af082f7 commit ebfcec7Copy full SHA for ebfcec7
css-ui-4/Overview.bs
@@ -393,11 +393,11 @@ Outline properties</h2>
393
(e.g. for entering text or selecting a button).
394
395
<div class="example">
396
- For example, to draw a thick black line around an element when it has the focus,
397
- and a thick red line when it is active,
398
- the following rules can be used:
+ For example, to draw a thick black line around elements in the
+ '':focus-visible'' state, and a thick red line when it is in the
+ '':active'' state, the following rules can be used:
399
<pre><code class="lang-css">
400
- :focus { outline: thick solid black }
+ :focus-visible { outline: thick solid black }
401
:active { outline: thick solid red }
402
</code></pre>
403
</div>
0 commit comments