1234567891011 |
- /**
- * 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.
- *
- * @example
- * {
- * "id": "my-custom-check",
- * "evaluate": "abstractrole-evaluate"
- * }
- *
- * @namespace checks
- */
|