You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:nth-child(n) works on Android 2.2 :nth-child(n) works on Android 2.3 :nth-child(n) fails on Android 4 (Kindle Fire HD 8.9) :nth-child(n) fails on Android 4.1 :nth-child(n) fails on Android 4.2 :nth-child(n) fails on Android 4.3 (Kindle Fire HDX 7) :nth-child(n) works on Android 4.3 (Galaxy Note 3) :nth-child(n) works on Android 4.4
Workaround:
:nth-child(1n) works on Android 4.1 :nth-child(1n) works on Android 4.2
:nth-child(n)
works on Android 2.2:nth-child(n)
works on Android 2.3:nth-child(n)
fails on Android 4 (Kindle Fire HD 8.9):nth-child(n)
fails on Android 4.1:nth-child(n)
fails on Android 4.2:nth-child(n)
fails on Android 4.3 (Kindle Fire HDX 7):nth-child(n)
works on Android 4.3 (Galaxy Note 3):nth-child(n)
works on Android 4.4Workaround:
:nth-child(1n)
works on Android 4.1:nth-child(1n)
works on Android 4.2Test case:
https://output.jsbin.com/besefig
The text was updated successfully, but these errors were encountered: