@@ -2843,7 +2843,7 @@ Child-indexed Pseudo-classes
2843
2843
are among An+B th elements
2844
2844
from the list composed of
2845
2845
2846
- which is a <<compound -selector-list>> [=parsed as a forgiving selector list=] .
2846
+ which is a <<complex -selector-list>> [=parsed as a forgiving selector list=] .
2847
2847
If S is omitted,
2848
2848
it defaults to ''*|*'' .
2849
2849
@@ -2931,9 +2931,6 @@ Child-indexed Pseudo-classes
2931
2931
2932
2932
2933
2933
2934
- Note: We intend to extend '':nth-child()'' to accept <>
2935
- in Level 5.
2936
-
2937
2934
2938
2935
'':nth-last-child()'' pseudo-class
2939
2936
@@ -2943,7 +2940,7 @@ Child-indexed Pseudo-classes
2943
2940
from the list composed of
2944
2941
2945
2942
counting backwards from the end.
2946
- S is <<compound -selector-list>> [=parsed as a forgiving selector list=] .
2943
+ S is <<complex -selector-list>> [=parsed as a forgiving selector list=] .
2947
2944
If S is omitted,
2948
2945
it defaults to ''*|*'' .
2949
2946
@@ -2966,9 +2963,6 @@ Child-indexed Pseudo-classes
2966
2963
2967
2964
2968
2965
2969
- Note: We intend to extend '':nth-last-child()'' to accept <>
2970
- in Level 5.
2971
-
2972
2966
2973
2967
'':first-child'' pseudo-class
2974
2968
@@ -4008,6 +4002,8 @@ Changes since the 7 May 2022 Working Draft
4008
4002
* Removed "absolutize a selector" as well,
4009
4003
and just defined relative selector matching
4010
4004
in terms of the anchoring element.
4005
+ * Reverted compound selector limitation on '':nth-child()'' .
4006
+
4011
4007
4012
4008
4013
4009
Changes since the 21 November 2018 Working Draft
0 commit comments