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
I'm not sure if I just haven't seen the documentation or issue post about the topic I'm writing about or if it is not implemented (yet). Is there any possibility to select items with the + ~ and > options like described here: https://www.w3schools.com/cssref/css_selectors.asp ?
I'm trying this but it seems not to work, my output is empty:
table tr:nth-child(1) td:nth-child(2) h2:nth-child(2) + p text{}
The text was updated successfully, but these errors were encountered:
I'm not sure if I just haven't seen the documentation or issue post about the topic I'm writing about or if it is not implemented (yet). Is there any possibility to select items with the + ~ and > options like described here: https://www.w3schools.com/cssref/css_selectors.asp ?
I'm trying this but it seems not to work, my output is empty:
table tr:nth-child(1) td:nth-child(2) h2:nth-child(2) + p text{}
The text was updated successfully, but these errors were encountered: