index.js 316 B

1234567891011
  1. /**
  2. * Custom checks can use any of axe-cores internal checks by using the checks ID for the `evaluate` property in the metadata file. All check IDs can be found in the metadata-function-map.
  3. *
  4. * @example
  5. * {
  6. * "id": "my-custom-check",
  7. * "evaluate": "abstractrole-evaluate"
  8. * }
  9. *
  10. * @namespace checks
  11. */