New to Kendo UI for Vue? Start a free 30-day trial

Accessibility Support

How the Kendo UI for Vue Team Approaches Accessibility

When implementing any Kendo UI for Vue component, the Kendo UI for Vue team follows the WAI-ARIA specification to ensure that the right foundation for the accessibility of each component is laid. From there, the team employs automated testing across the Kendo UI for Vue library through the Compliance Sheriff tool, which the team has found to be the tool that works best for automated accessibility testing of the product. Each component also goes through manual testing, which includes testing the components with various screen readers and testing out other aspects of accessibility such as keyboard navigation.

Due to the complexity of some of the components in the Kendo UI for Vue UI library, the team sometimes runs into scenarios not covered by the WAI-ARIA specification. In those cases, they tap into the web development accessibility know-how of the rest of the Progress organization, including feedback from accessibility-minded users, for expertise and feedback based on 10 years of creating web component libraries. This knowledge-sharing across internal teams and clients helps the team ensure that Kendo UI for Vue can reach a certain level of accessibility compliance even with its most advanced components.

Voluntary Product Accessibility Template (VPAT)

A Voluntary Product Accessibility Template (VPAT®) is a document that explains how information and communication technology (ICT) products such as software, hardware, electronic content, and support documentation meet (conform to) the Revised 508 Standards for IT accessibility.

You can review and download the latest version of the Kendo UI for Vue VPAT document here.

Accessibility Support per Component

The following table lists the accessibility compliance levels and keyboard navigation support provided by the Kendo UI for Vue UI components.

ComponentSection 508WCAG 2.1Accessibility ExampleAccessibility Documentation
AppbarYesAAn/aDocumentation
ArcGaugeNon/an/an/a
AutoCompleteYesAADemoDocumentation
AvatarYesAAn/aDocumentation
BadgeNon/an/an/a
BottomNavigationYesAAn/aDocumentation
ButtonYesAAn/aDocumentation
ButtonGroupYesAAn/aDocumentation
CalendarYesAADemoDocumentation
CardNon/an/an/a
ChartNon/an/an/a
CheckBoxYesAADemoDocumentation
ChipYesAAn/aDocumentation
ChiplistYesAADemoDocumentation
ChunkProgressBarYesAAn/aDocumentation
CircularGaugeNon/an/an/a
ColorGradientYesAAn/aDocumentation
ColorPaletteYesAADemoDocumentation
ColorPickerYesAADemoDocumentation
ComboBoxYesAADemoDocumentation
DateInputYesAADemoDocumentation
DatePickerYesAADemoDocumentation
DateRangePickerYesAADemoDocumentation
DateTimePickerYesAADemoDocumentation
DialogYesAADemoDocumentation
DrawerYesAAn/aDocumentation
DropDownButtonYesAADemoDocumentation
DropDownListYesAADemoDocumentation
EditorYesAAn/aDocumentation
ExpansionPanelYesAADemoDocumentation
FilterYesAAn/aDocumentation
FlatColorPickerYesAAn/aDocumentation
FloatingActionButton YesAADemoDocumentation
FloatingLabelNon/an/an/a
FormNon/an/an/a
GridYesAADemoDocumentation
GridLayoutNon/an/an/a
InputNon/an/an/a
LabelNon/an/an/a
LinearGaugeNon/an/an/a
ListBoxYesAAn/aDocumentation
ListviewYesAAAn/aDocumentation
LoaderNon/an/an/a
MaskedTextBoxYesAAn/aDocumentation
MenuYesAADemoDocumentation
MultiSelectYesAADemoDocumentation
NotificationYesAAn/aDocumentation
NumericTextBoxYesAADemoDocumentation
Pager YesAAn/aDocumentation
PanelBarYesAADemoDocumentation
PopupYesAAn/an/a
ProgressBarYesAAn/aDocumentation
RadialGaugeNon/an/an/a
RadioButtonYesAAn/an/a
RadioGroupYesAADemoDocumentation
RangeSliderYesAADemoDocumentation
SchedulerYesAADemoDocumentation
ScrollViewNon/an/an/a
SignatureYesAAn/aDocumentation
SkeletonYesAAAn/aDocumentation
SliderYesAADemoDocumentation
SplitButtonYesAADemoDocumentation
SplitterYesAADemoDocumentation
StackLayoutNon/an/an/a
StepperYesAADemoDocumentation
StockchartNon/an/an/a
SwitchYesAADemoDocumentation
TabstripYesAADemoDocumentation
TextAreaYesAAAn/aDocumentation
TileLayoutYesAAAn/aDocumentation
TimePickerYesAADemoDocumentation
ToolbarYesAAn/aDocumentation
TooltipYesAAn/aDocumentation
TreelistNon/an/an/a
TreeViewYesAADemoDocumentation
UploadYesAAADemoDocumentation
WindowYesAADemoDocumentation

The UI for Vue Native components are highly extensible and customizable. This means that, depending on the level of customization applied, you may be introducing rendering that is not accessible. Therefore, it is recommended that you test any modifications you make to the Kendo UI for Vue components to ensure the components still meet the desired level of accessibility standards. Additionally, be mindful of components working with custom input (images, text, HTML content, and so on) and make sure your content is accessible, too.

Last updated on 14 March, 2023. Related to v3.8.5 of the Native Vue components. Using Vue v3.2.47.