Module style::selector_parser
source · [−]Expand description
The pseudo-classes and pseudo-elements supported by the style system.
Re-exports
pub use crate::servo::selector_parser::*;
pub use crate::servo::selector_parser::ServoElementSnapshot as Snapshot;
pub use crate::servo::restyle_damage::ServoRestyleDamage as RestyleDamage;
Structs
Values for the :dir() pseudo class
A per-pseudo map, from a given pseudo to a T
.
Servo’s selector parser.
Enums
Horizontal values for the :dir() pseudo class
This enumeration determines if a pseudo-element is eagerly cascaded or not.
Type Definitions
A convenient alias for the type that represents an attribute value used for selector parser implementation.