Caption element (caption-element)
Semantic tables include a <caption> element to provide a title for the table.
Missing caption in table:
This <table> element has no <caption>:
| Product | Price |
|---|---|
| Phone | $699 |
Semantic tables include a <caption> element to provide a title for the table.
Missing caption in table:
This <table> element has no <caption>:
| Product | Price |
|---|---|
| Phone | $699 |
Note: Possible to automatically test. This violation can be automatically detected by checking if <table> elements have a <caption>.