multiple-label.json 363 B

1234567891011
  1. {
  2. "id": "multiple-label",
  3. "evaluate": "multiple-label-evaluate",
  4. "metadata": {
  5. "impact": "moderate",
  6. "messages": {
  7. "pass": "Form field does not have multiple label elements",
  8. "incomplete": "Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information."
  9. }
  10. }
  11. }