diff --git a/files/en-us/web/css/reference/selectors/_colon_target-current/index.md b/files/en-us/web/css/reference/selectors/_colon_target-current/index.md index 1d4952f3066ee6a..432464ab5c84f12 100644 --- a/files/en-us/web/css/reference/selectors/_colon_target-current/index.md +++ b/files/en-us/web/css/reference/selectors/_colon_target-current/index.md @@ -13,7 +13,7 @@ sidebar: cssref The **`:target-current`** [CSS](/en-US/docs/Web/CSS) [pseudo-class](/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes) selects the **active** scroll marker — the scroll marker of a {{cssxref("scroll-marker-group")}} that is currently scrolled to. This [selector](/en-US/docs/Web/CSS/Guides/Selectors) can be used to style the active navigation position within a scroll marker group. > [!NOTE] -> The `:target-current` pseudo-class is only valid on {{cssxref("::scroll-marker")}} pseudo-elements and elements that have been designated as scroll markers using the {{cssxref("scroll-target-group")}} property. +> The `:target-current` pseudo-class was previously limited to ::scroll-marker pseudo-elements, but it may now apply to other elements designated as scroll markers using the scroll-target-group property. ## Syntax