mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
commit
044862cfc6
1 changed files with 3 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue