Tab, Shift-TabSpace, Enteraria property:aria-label="STRING"role="group"aria-pressed="BOOLEAN"role="status", role="alert"message and state or loading prop change, the status message is announced.aria-hidden="true"required attribute is set, the visible asterisk indicator is hidden from assistive technologies.aria-invalid="true"error state is set.aria-required="true"aria-label to provide more context for
assistive technologies, e.g.: <p-segmented-control aria-label="Choose a t-shirt size">.aria property on the control item itself, e.g.:
<p-segmented-control-item value="xs" aria="{ 'aria-label': 'Size x-small'}">XS</p-segmented-control-item>.aria property
of the control item.disabled state. Disabled elements are not reachable (focusable) anymore and
can be missed by screen reader users. They can be confusing for sighted users as well by not pointing out why these
elements are disabled.