Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 140762

AXE on Angular 7+

$
0
0

When using AXE (accessibility), I receive this error:

enter image description here

Here is my code:

<div class="table-style">
    <table mat-table class="mat-elevation-z8 table-format">
       <ng-container matColumnDef="item">
          <th class="info--header" mat-header-cell *matHeaderCellDef>Something</th>
          <td class="info-header2" mat-footer-cell *matFooterCellDef>
              <p>Hello</p>
          </td>
       </ng-container>
       <tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
       <tr mat-footer-row *matFooterRowDef="displayedColumns"></tr>
    </table>
</div>




Viewing all articles
Browse latest Browse all 140762

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>