Class PseudoFunctions.NTH_OF_TYPE

  • Enclosing interface:
    PseudoFunctions

    public static class PseudoFunctions.NTH_OF_TYPE
    extends PseudoFunction<PseudoFunctionExpression>
    The :nth-of-type(an+b) pseudo-class notation represents an element that has an+b-1 siblings with the same expanded element name before it in the document tree, for any zero or positive integer value of n, and has a parent element.