diff --git a/src/app/components/chip/chip.ts b/src/app/components/chip/chip.ts index 39fee7c100d..efc023c70ac 100755 --- a/src/app/components/chip/chip.ts +++ b/src/app/components/chip/chip.ts @@ -16,7 +16,17 @@ import { TimesCircleIcon } from 'primeng/icons/timescircle';
- Stepper container is defined with the tablist role, as any attribute is passed to the container element aria-labelledby can be optionally used to specify an element to describe the Stepper. Each stepper header has a - tab role and aria-controls to refer to the corresponding stepper content element. The content element of each stepper has tabpanel role, an id to match the aria-controls of the header and - aria-labelledby reference to the header as the accessible name. -
++ Stepper container is defined with the tablist role, as any attribute is passed to the container element aria-labelledby can be optionally used to specify an element to describe the Stepper. Each stepper header has a + tab role and aria-controls to refer to the corresponding stepper content element. The content element of each stepper has tabpanel role, an id to match the aria-controls of the header and + aria-labelledby reference to the header as the accessible name. +
-Key | -Function | -
---|---|
- tab - | -Moves focus through the header. | -
- enter - | -Activates the focused stepper header. | -
- space - | -Activates the focused stepper header. | -
Key | +Function | +
---|---|
+ tab + | +Moves focus through the header. | +
+ enter + | +Activates the focused stepper header. | +
+ space + | +Activates the focused stepper header. | +