Inappropriate Nested Table Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Nested Table Element Check

Description

The “Inappropriate Nested Table Element Check” evaluates whether any a <table> element inside another <table>.

Example outcome

I found 1 table inside another table.

Impact

Fixes

To address <table> elements nested inside other <table> elements:

  1. Locate the inapprorpriate <table> elements.
  2. Replace one of them by appropriate and valid HTML elements to create the same visual appearance.

Resources