{
  "id": "group-labelledby",
  "evaluate": "group-labelledby.js",
  "after": "group-labelledby-after.js",
  "metadata": {
    "impact": "critical",
    "messages": {
      "pass": "All elements with the name \"{{=it.data.name}}\" reference the same element with aria-labelledby",
      "fail": "All elements with the name \"{{=it.data.name}}\" do not reference the same element with aria-labelledby"
    }
  }
}
