diff --git a/Base/res/html/misc/nth-child.html b/Base/res/html/misc/nth-child.html index c5e6492dcb..ed1051700b 100644 --- a/Base/res/html/misc/nth-child.html +++ b/Base/res/html/misc/nth-child.html @@ -17,7 +17,8 @@ .plus-n > div:nth-child(+n), /** "+n" is special case inside parser. */ .minus-n > div:nth-child(-n), /** "-n" is special case inside parser. */ ._0n-plus-1 > div:nth-child(-0n+1), - .n-plus-2__minus-n-plus-4 > div:nth-child(+n + 2 ):nth-child( -n+4) { + .n-plus-2__minus-n-plus-4 > div:nth-child(+n + 2 ):nth-child( -n+4), + .acid3 > div:nth-child(-5n+3) { background-color: lightblue; } @@ -136,5 +137,24 @@