ariaRequired

A way to select elements that have been tagged with an aria-required attribute.

This is different from the :required pseudo-class selector! It can be useful to use the ariaRequired tag when using elements that don't support the required attribute, like elements created from divs, as a way to communicate their required state to accessibility readers.