Sachsentext

Complex tables should have a summary

If a table is complex (for example, has some cells with "colspan" attributes, or multiple headers), it should have a "summary" attribute.

Example

Wrong

<table>

Right

<table summary="A table of data">