cssd ~master (2022-04-06T04:43:34.9389138)
Dub
Repo
Selector
css
selector
Undocumented in source.
struct
Selector {
static
Selector
parse
(const(char)[] value);
bool
matches
(ElementType element);
size_t
specificity
[@property getter];
}
Members
Functions
matches
bool
matches
(ElementType element)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
specificity
size_t
specificity
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
Selector
parse
(const(char)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
css
selector
structs
Selector