Add docs that say, somewhere, what non_ts means

This commit is contained in:
Michael Howell 2021-10-08 16:35:32 -07:00 committed by GitHub
parent 6ae238e868
commit c9fa1e9fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,6 +262,9 @@ pub trait Parser<'i> {
false
}
/// Parses non-tree-structural pseudo-classes. Tree structural pseudo-classes,
/// like `:first-child`, are built into this library.
///
/// This function can return an "Err" pseudo-element in order to support CSS2.1
/// pseudo-elements.
fn parse_non_ts_pseudo_class(