Checks if the element is related to a table. It must be one of the following: <table>, <caption>, <colgroup>, <thead>, <tbody>, <tr>, <td> or <tfoot>
<table>
<caption>
<colgroup>
<thead>
<tbody>
<tr>
<td>
<tfoot>
Generated using TypeDoc
Checks if the element is related to a table. It must be one of the following:
<table>
,<caption>
,<colgroup>
,<thead>
,<tbody>
,<tr>
,<td>
or<tfoot>