diff --git a/components/css_selector.rst b/components/css_selector.rst index 649a34293a4..e18c8d48df7 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -96,7 +96,7 @@ Pseudo-classes are partially supported: * Not supported: ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type`` and ``*:nth-last-of-type`` (all these work with an element name (e.g. ``li:first-of-type``) but not with the ``*`` selector). -* Supported: ``*:only-of-type``. +* Supported: ``*:only-of-type``, ``*:has()``. Learn more ----------