Password requirements icons announced to screen reader users

Feature: Password requirements icons announced to screen reader users

Description:
The bullet icons are being announced to the screen readers at the moment and it’s possible to avoid it. For ::before and ::after pseudo-elements; alternative text might be indicated after a “/”. E.g.;

.c43708e35.c94bbf0f8:before {
content: "✓" / "";
}

.c43708e35.c7959c347:before {
content: "•" / "";
}

Use-case: Accessibility improvement