caption-faked.json 294 B

1234567891011
  1. {
  2. "id": "caption-faked",
  3. "evaluate": "caption-faked-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "The first row of a table is not used as a caption",
  8. "fail": "The first child of the table should be a caption instead of a table cell"
  9. }
  10. }
  11. }