ariarequiredtrue
aria-required is a WAI-ARIA attribute used to indicate that user input is required on a user interface element. When set to true, assistive technologies such as screen readers may announce that the field is required. This attribute provides accessibility semantics for AT users, independent of native form validation.
In practice, aria-required is used on form controls and on custom widgets that accept text input, including
Guidance and considerations: aria-required should be used to augment, not replace, native validation when appropriate. It
Limitations and compatibility: Support for aria-required is strong in modern screen readers, but behavior can vary