diff --git a/components/autocomplete/accessibility/wai-aria-support.md b/components/autocomplete/accessibility/wai-aria-support.md
index f3824598bf..4d25e93332 100644
--- a/components/autocomplete/accessibility/wai-aria-support.md
+++ b/components/autocomplete/accessibility/wai-aria-support.md
@@ -58,8 +58,8 @@ The popup element of the AutoComplete has to implement the WAI-ARIA specificatio
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
-| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
-| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
+| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
+| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |
diff --git a/components/colorpicker/accessibility/wai-aria-support.md b/components/colorpicker/accessibility/wai-aria-support.md
index 96fff7ff9a..ed7ba59990 100644
--- a/components/colorpicker/accessibility/wai-aria-support.md
+++ b/components/colorpicker/accessibility/wai-aria-support.md
@@ -58,7 +58,7 @@ When the component is in adaptive mode, the popup element follows the specificat
| Selector | Attribute | Usage |
| -------- | --------- | ----- |
| `.k-colorgradient` | `role=none/undefined` | The ColorGradient element must have its role removed. |
-| | `aria-label=undefined` | The ColorGradient element must have its `aria-label` attribute removed. |
+| | `aria-label=undefined` | The ColorGradient element must have its "aria-label" attribute removed. |
## Section 508
diff --git a/components/combobox/accessibility/wai-aria-support.md b/components/combobox/accessibility/wai-aria-support.md
index 1129b94bf8..6cad7c17fd 100644
--- a/components/combobox/accessibility/wai-aria-support.md
+++ b/components/combobox/accessibility/wai-aria-support.md
@@ -62,8 +62,8 @@ The popup element of the ComboBox has to implement the WAI-ARIA specification fo
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
-| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
-| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
+| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
+| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |
diff --git a/components/dialog/accessibility/wai-aria-support.md b/components/dialog/accessibility/wai-aria-support.md
index 3e0b7f2aab..e0566cae03 100644
--- a/components/dialog/accessibility/wai-aria-support.md
+++ b/components/dialog/accessibility/wai-aria-support.md
@@ -40,7 +40,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
## Resources
-[ARIA practices Modal Dialog Example](https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/dialog)
+[ARIA practices Modal Dialog Example](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/dialog/)
## Section 508
diff --git a/components/drawer/accessibility/wai-aria-support.md b/components/drawer/accessibility/wai-aria-support.md
index fbd0cb9fa6..fc6dd531d6 100644
--- a/components/drawer/accessibility/wai-aria-support.md
+++ b/components/drawer/accessibility/wai-aria-support.md
@@ -31,7 +31,7 @@ The Drawer component allows rendering a whole template inside of it. Thus, the a
| `.k-drawer ul` | `role=menubar` | Indicates that the list of drawer items is a menubar. |
| | `aria-orientation=vertical` | Indicates that the orientation of the drawer is vertical. |
| `.k-drawer-item:not(.k-drawer-separator)` | `role=menuitem` | Indicates that the item of a drawer serves as a menuitem. |
-| | `aria-label` | The drawer item requires an `aria-label` attribute when in mini mode and no content is rendered in the item. The `aria-label` points to the text field value of the item. |
+| | `aria-label` | The drawer item requires an "aria-label" attribute when in mini mode and no content is rendered in the item. The "aria-label" points to the text field value of the item. |
| `.k-drawer-item.k-drawer-separator` | `role=separator` | Indicates that the item of a drawer serves as a separator. |
## Section 508
diff --git a/components/dropdownlist/accessibility/wai-aria-support.md b/components/dropdownlist/accessibility/wai-aria-support.md
index 8dcea9813e..232b7cfac8 100644
--- a/components/dropdownlist/accessibility/wai-aria-support.md
+++ b/components/dropdownlist/accessibility/wai-aria-support.md
@@ -74,8 +74,8 @@ The listbox placed in the popup element of the DropDownList has to implement the
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
-| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
-| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
+| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
+| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |
diff --git a/components/flatcolorpicker/accessibility/wai-aria-support.md b/components/flatcolorpicker/accessibility/wai-aria-support.md
index d7ace35e5d..21805896ab 100644
--- a/components/flatcolorpicker/accessibility/wai-aria-support.md
+++ b/components/flatcolorpicker/accessibility/wai-aria-support.md
@@ -41,7 +41,7 @@ The FlatColorPicker contains in itself ColorGradient, ColorPalette, a UI to swit
| Selector | Attribute | Usage |
| -------- | --------- | ----- |
| `.k-colorgradient` | `role=none/` | The ColorGradient element must have its role removed. |
-| | `aria-label` | The ColorGradient element must have its `aria-label` attribute removed. |
+| | `aria-label` | The ColorGradient element must have its "aria-label" attribute removed. |
| | `tabindex=-1/` | The ColorGradient must be removed from the page tab sequence. |
## Section 508
diff --git a/components/multiselect/accessibility/wai-aria-support.md b/components/multiselect/accessibility/wai-aria-support.md
index edad936ec7..b530ff9556 100644
--- a/components/multiselect/accessibility/wai-aria-support.md
+++ b/components/multiselect/accessibility/wai-aria-support.md
@@ -64,8 +64,8 @@ The popup element of the MultiSelect must implement the WAI-ARIA specification f
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
-| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
-| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
+| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
+| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |
diff --git a/components/pager/accessibility/wai-aria-support.md b/components/pager/accessibility/wai-aria-support.md
index 95bda37e42..45592ef02e 100644
--- a/components/pager/accessibility/wai-aria-support.md
+++ b/components/pager/accessibility/wai-aria-support.md
@@ -41,9 +41,9 @@ The `Page` select, which is present for mobile devices and smaller screens with
| | `title` | Specifies the purpose of each button. |
| | `aria-label` or `title` | Specifies the purpose of each link, for example, `Page 6`. |
| | `aria-current=page` | The attribute must be present on the currently selected page element. |
-| `.k-pager-sizes>.k-dropdownlist` | `aria-label` | The element requires an `aria-label` to specify its purpose. |
-| `.k-pager-numbers-wrap>.k-dropdown` | `aria-label` | The element requires an `aria-label` to specify its purpose. |
-| `.k-pager-input>.k-input>.k-input-inner` | `aria-label` | The element requires an `aria-label` to specify its purpose. |
+| `.k-pager-sizes>.k-dropdownlist` | `aria-label` | The element requires an "aria-label" to specify its purpose. |
+| `.k-pager-numbers-wrap>.k-dropdown` | `aria-label` | The element requires an "aria-label" to specify its purpose. |
+| `.k-pager-input>.k-input>.k-input-inner` | `aria-label` | The element requires an "aria-label" to specify its purpose. |
## Resources
diff --git a/components/pivotgrid/accessibility/wai-aria-support.md b/components/pivotgrid/accessibility/wai-aria-support.md
index 298bf49ca7..23bce42b1f 100644
--- a/components/pivotgrid/accessibility/wai-aria-support.md
+++ b/components/pivotgrid/accessibility/wai-aria-support.md
@@ -47,8 +47,8 @@ The element with `role="grid"` - includes the row headers, column headers, and d
| -------- | --------- | ----- |
| `.k-pivotgrid-column-headers>.k-pivotgrid-table` | `role=presentation/none` | Negates the default semantic role of the `
` element. |
| `.k-pivotgrid-empty-cell` | `role=columnheader` | Announces the empty cell role as a part of the programmatically constructed a11y tree. |
-| | `aria-colspan` | Sets the correct aria-colspan corresponding to the number of columns in the row headers table. |
-| | `aria-rowspan` | Sets the correct aria-rowspan corresponding to the number of rows in the column headers table. |
+| | `aria-colspan` | Sets the correct "aria-colspan" corresponding to the number of columns in the row headers table. |
+| | `aria-rowspan` | Sets the correct "aria-rowspan" corresponding to the number of rows in the column headers table. |
| | `id` | Sets an unique identifier for the cell to be referenced from the first row in the column header table `aria-owns` attribute. |
| `.k-pivotgrid-empty-cell>.k-sr-only` | `undefined` | The empty cell should have a nested span.k-sr-only element containing the localizable text message that will be announced by screen readers when the empty cell is focused. |
| `.k-pivotgrid-column-headers>.k-pivotgrid-table>tbody` | `role=rowgroup` | Required as the owner `
` element has its semantic role removed. |
diff --git a/components/progressbar/accessibility/wai-aria-support.md b/components/progressbar/accessibility/wai-aria-support.md
index 76518c7106..2b6cb108ec 100644
--- a/components/progressbar/accessibility/wai-aria-support.md
+++ b/components/progressbar/accessibility/wai-aria-support.md
@@ -27,9 +27,9 @@ This section lists the selectors, attributes, and behavior patterns supported by
| -------- | --------- | ----- |
| `.k-progressbar` | `role=progressbar` | Sets the proper role for ProgressBar. |
| | `aria-label` or `aria-labelledby` | The Progressbar needs an accessible name to be assigned to it. |
-| | `aria-valuenow` | Only present and required if the value is not indeterminate. Set to a decimal value between 0, or aria-valuemin if present, and aria-valuemax indicating the current value of the progress bar. |
-| | `aria-valuemin` | Set to a decimal value representing the minimum value, and less than aria-valuemax. If not present, the default value is 0. |
-| | `aria-valuemax` | Set to a decimal value representing the maximum value, and greater than aria-valuemin. If not present, the default value is 100. |
+| | `aria-valuenow` | Only present and required if the value is not indeterminate. Set to a decimal value between 0, or "aria-valuemin" if present, and "aria-valuemax" indicating the current value of the progress bar. |
+| | `aria-valuemin` | Set to a decimal value representing the minimum value, and less than "aria-valuemax". If not present, the default value is 0. |
+| | `aria-valuemax` | Set to a decimal value representing the maximum value, and greater than "aria-valuemin". If not present, the default value is 100. |
## Resources
diff --git a/components/scheduler/accessibility/wai-aria-support.md b/components/scheduler/accessibility/wai-aria-support.md
index a99c8c770c..0a00309182 100644
--- a/components/scheduler/accessibility/wai-aria-support.md
+++ b/components/scheduler/accessibility/wai-aria-support.md
@@ -47,7 +47,7 @@ Below are listed the requirements for those components part of the ToolBar.
| -------- | --------- | ----- |
| `.k-nav-prev,.k-nav-next` | `aria-label` | Required as those buttons contain only icon (no text). |
| `.k-nav-current` | `aria-live=polite` | The new date of the Scheduler view will be announced upon navigation to new time span / view type. |
-| `.k-views-dropdown` | `aria-label` | Specifies the purpose of the element. The `