diff --git a/libs/components/src/lib/dial-pad/README.md b/libs/components/src/lib/dial-pad/README.md index 8d94d6201d..223de90af9 100644 --- a/libs/components/src/lib/dial-pad/README.md +++ b/libs/components/src/lib/dial-pad/README.md @@ -107,14 +107,4 @@ You can change the error text with the `error-text` attribute. | `blur` | Emitted from the input element | | `focus` | Emitted from the input element | - - - - -## Accessibility - -- The input element should have aria-label, if no visible label is in the design -- The dial / end call buttons should have an aria-label, if it is designed to just show an icon only -- The feedback-text area should have aria-live set to polite, so that it is read out by screen readers when it changes -- Keyboard only users will navigate the buttons and input using the TAB key - + \ No newline at end of file diff --git a/libs/components/src/lib/dial-pad/dial-pad.spec.ts b/libs/components/src/lib/dial-pad/dial-pad.spec.ts index 616b0ccff5..b232dec2d1 100644 --- a/libs/components/src/lib/dial-pad/dial-pad.spec.ts +++ b/libs/components/src/lib/dial-pad/dial-pad.spec.ts @@ -24,6 +24,10 @@ describe('vwc-dial-pad', () => { return digits?.querySelectorAll('vwc-button') as NodeListOf