Home | History | Annotate | Download | only in dom

Lines Matching full:child

954     // :first-child.  In the parser callback case, we don't have to check anything, since we were right the first time.
958 // Find our new first child.
978 // :last-child. In the parser callback case, we don't have to check anything, since we were right the first time.
981 // Find our new last child.
995 // We also have to handle node removal. The parser callback case is similar to node removal as well in that we need to change the last child
1012 // Forward positional selectors include the ~ selector, nth-child, nth-of-type, first-of-type and only-of-type.
1013 // Backward positional selectors include nth-last-child, nth-last-of-type, last-of-type and only-of-type.