diff --git a/selectors/Overview.bs b/selectors/Overview.bs index 3688d366c97..91d22c211c8 100644 --- a/selectors/Overview.bs +++ b/selectors/Overview.bs @@ -2543,9 +2543,8 @@ Child-indexed Pseudo-classes '':nth-child()'' pseudo-class The :nth-child(An+B [of S]? ) - pseudo-class notation represents the An+Bth element - that matches the selector list S - among its inclusive siblings. + pseudo-class notation represents an element among its An+Bth inclusive siblings + that match the selector list S. The CSS Syntax Module [[!CSS3SYN]] defines the An+B notation. If S is omitted, @@ -2619,9 +2618,8 @@ Child-indexed Pseudo-classes '':nth-last-child()'' pseudo-class The :nth-last-child(An+B [of S]? ) - pseudo-class notation represents the An+Bth element - that matches the selector list S - among its inclusive siblings, + pseudo-class notation represents an element among its An+Bth inclusive siblings + that match the selector list S, counting backwards from the end. The CSS Syntax Module [[!CSS3SYN]] defines the An+B notation. @@ -2716,9 +2714,8 @@ Typed Child-indexed Pseudo-classes '':nth-of-type()'' pseudo-class The :nth-of-type(An+B) pseudo-class notation - represents the An+Bth element - with the same namespace and type - among its inclusive siblings. + represents an element among its An+Bth inclusive siblings + with the same namespace and type. The CSS Syntax Module [[!CSS3SYN]] defines the An+B notation. @@ -2742,9 +2739,8 @@ Typed Child-indexed Pseudo-classes '':nth-last-of-type()'' pseudo-class The :nth-last-of-type(An+B) pseudo-class notation - represents the An+Bth element - with the same namespace and type - among its inclusive siblings, + represents an element among its An+Bth inclusive siblings + with the same namespace and type, counting backwards from the end. The CSS Syntax Module [[!CSS3SYN]] defines the An+B notation.