why ":nth-of-type(n)" doesn't support ?
HTML contents :

Here, I need to select "dl" tag with class=summary but it is present more than one time. I applied "dl:nth-of-type(1)[class=summary]" but it is selecting all dl tags with class value as summary. Is there any other way to select a specific one out of similar elemnets ? Thanks
I think it's been fixed. Are there any conditions that remain abnormal?
Hi, I just want to add an new method nthOfType for querying the n th elements so that user can query the n th matching elements easily.
Sorry for the late review. Checked in 1.16.2, works correctly. See https://try.jsoup.org/~VQJmMVxTfwHp_IkIIxEvm0--bHA
Per @suarez12138, fixed some time ago.