diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index f677ed29fcc..f0f6bc127e2 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -2500,12 +2500,12 @@ The Current-element Pseudo-class: '':current'' The :current pseudo-class represents the element, or an ancestor of the element, that is currently being displayed. - Its alternate form :current(), like '':is()'', - takes a list of compound selectors as its argument: it represents the - '':current'' element that matches the argument or, if that does - not match, the innermost ancestor of the '':current'' element - that does. (If neither the '':current'' element nor its ancestors - match the argument, then the selector does not represent anything.) + Its alternate form :current() + takes a list of compound selectors as its argument: + it represents the '':current'' element that matches the argument + or, if that does not match, + the innermost ancestor of the '':current'' element that does. + (If neither the '':current'' element nor its ancestors match the argument, then the selector does not represent anything.)
For example, the following rule will highlight whichever paragraph