We've been using https://developer.apple.com/library/archive/documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXTestingApps.html to check our accessibility of our app but we were wondering if anyone knows what are all the rules the accessibility inspector checks against?
For example, when I run an audit against our app, it can tell me that the element has no description or contrast failed. But what is the full rule set that the inspector checks against?
It would be helpful to know so that we can understand what can be tested using that tool for a11y and what needs to be manually checked.
Anyone know?