Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2326,23 +2326,6 @@ The Focus-Indicated Pseudo-class: '':focus-visible''</h3>
so that authors using '':focus-visible'' will not also need to disable
the default '':focus'' style.

<div class=example>
In this example,
authors use a '':not()'' pseudo-class to remove default user agent focus styling
if '':focus-visible'' is supported,
and provide enhanced focus styling via '':focus-visible''.

<pre highlight=css>
:focus:not(:focus-visible) {
outline: 0;
}

:focus-visible {
outline: 3px solid var(--focus-gold);
}
</pre>
</div>

<h3 id="the-focus-within-pseudo">
The Focus Container Pseudo-class: '':focus-within''</h3>

Expand Down