This selector selects elements that contain certain other elements within it.
:has() Can I Use
This selector selects elements that contain an href attribute. It selects both unvisited and visited links.
:any-link Can I Use
This selector selects input elements that do not have the required attribute.
:optional Can I Use
This property gives certain form inputs a different color than the default color the browser provides. The only input types that accent-color works with are checkbox, radio button, and range.
accent-color Can I Use
This property colors the scrollbar for elements that are scrollable. This property can color the thumb (moving part) and the track (height) of the scrollbar.
scrollbar-color Can I Use
This property changes the appearance of the cursor when it is hovered over a certain element.
cursor Can I Use