Auto merge of #28611 - servo:notriddle/non-ts, r=jdm

Add docs that say, somewhere, what `non_ts` means

- [x] These changes do not require tests because it's just updating a doc comment
This commit is contained in:
bors-servo 2021-10-09 14:32:52 -04:00 committed by GitHub
commit 044862cfc6
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(