🏠 New in Low Baseline Support: Selectors (core)
July 29, 2015
CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.
Source features
css.selectors.child[mdn]css.selectors.class[mdn]css.selectors.descendant[mdn]css.selectors.id[mdn]css.selectors.list[mdn]css.selectors.next-sibling[mdn]css.selectors.type[mdn]css.selectors.universal[mdn]css.selectors.type.namespaces[mdn]css.selectors.universal.namespaces[mdn]css.selectors.attribute[mdn]css.selectors.subsequent-sibling[mdn]