I using a web query on the NCSL Excuse Absentee Voting Table (https://www.ncsl.org/elections-and-campaigns/table-2-excuses-to-vote-absentee). The table uses this element to mark cells that I would like to show as true:
<td>
<ul>
<li>::before
</li>
</ul>
</td>
When I query this I cannot get it to read those cells as having anything in them. What am I missing?