Sachsentext

All tables used for layout have no "caption" element

If a table contains no data, and is used simply for layout, then it should not contain a caption element.

Example

Wrong

<table><caption>The layout of this page, broken into two areas.</caption>...

Right

<table>...