[][src]Module ss_css_types::api::selectors

This crate combines CSS at-rules, pseudo selectors and pseudo elements.

Functions

active

The ':active' selector.

after

The '::after' selector.

backdrop

The '::backdrop' selector.

before

The '::before' selector.

checked

The ':checked' selector.

cue

The '::cue' selector.

disabled

The ':disabled' selector.

empty

The ':empty' selector.

enabled

The ':enabled' selector.

first_child

The ':first-child' selector.

first_letter

The '::first-letter' selector.

first_line

The '::first-line' selector.

focus

The ':focus' selector.

grammar_error

The '::grammar-error' selector.

hover

The ':hover' selector.

last_child

The ':last-child' selector.

link

The ':link' selector.

marker

The '::marker' selector.

media

The '@media' at-rule.

only_child

The ':only-child' selector.

placeholder

The '::placeholder' selector.

selection

The '::selection' selector.

spelling_error

The '::spelling-error' selector.

visited

The ':visited' selector.