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
In CSS, I can use something like tr *:first-child to select the first child of every <tr>, regardless of the element's tag (here, presumably <td> or <th>). Pup should support this selector.
The text was updated successfully, but these errors were encountered:
In CSS, I can use something like
tr *:first-child
to select the first child of every<tr>
, regardless of the element's tag (here, presumably<td>
or<th>
). Pup should support this selector.The text was updated successfully, but these errors were encountered: