first-of-type css selector
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2015
11:45 AM
07-21-2015
11:45 AM
first-of-type css selector
According to the website, the :first-of-type selctor should be valid. However using table.QuerySelectorAll("td:first-of-type"), where table is a valid table just results in undefined. QuerySelectorAll("td") on the same table works fine. Does anyone know what the issue is?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2015
06:30 AM
08-07-2015
06:30 AM
So upgraded to TC11 and IE11. first-of-type is still broken. Says that "li:first-of-type" is an invalid arguement.
