aria-valid-attr-value : ARIA attributes must conform to valid values
Fix the following:
- Invalid ARIA attribute values: aria-owns="9e6f07d7-b082-4b76-b456-5f9605666e47" aria-activedescendant="02bef575-4528-4669-9a98-ea6566c4aa20-undefined"
aria-allowed-attr : Element must only use allowed aria attributes
Fix the following:
- ARIA attribute is not allowed: aria-readonly="false"
label : Form elements must have labels
Fix ONE of the following:
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Form element does not have an implicit (wrapped) <label>
- Form element does not have an explicit <label>
- Element has no title attribute or the title attribute is empty