Sachsentext

All tables used for layout have no summary or an empty summary

If a table contains no data, and is used simply for layout, then it should not have a "summary" attribute, or the "summary attribute should be empty.

Example

Wrong

<table summary="The sidebar of this page">

Right

<table>