diff --git a/components/colorpicker/accessibility/wai-aria-support.md b/components/colorpicker/accessibility/wai-aria-support.md index a1c97991a7..3dbbce3330 100644 --- a/components/colorpicker/accessibility/wai-aria-support.md +++ b/components/colorpicker/accessibility/wai-aria-support.md @@ -38,6 +38,7 @@ The ColorPicker popup contains in itself ColorGradient, ColorPalette, a UI to sw | | `tabindex=0` | The element must be focusable. | | `.k-invalid,.ng-invalid` | `aria-invalid=true` | Attribute is rendered only when the picker is in form and announces the valid state of the component. | | `.k-colorpicker.k-disabled` | `aria-disabled=true` | Attribute is rendered only when the picker is disabled. | +| `.k-colorpicker.k-disabled .k-button` | `disabled` or `aria-disabled=true` | Attribute is rendered only when the picker is disabled. | ### ColorGradient in the Popup diff --git a/components/combobox/accessibility/wai-aria-support.md b/components/combobox/accessibility/wai-aria-support.md index 9401a8e7e6..72f74835b4 100644 --- a/components/combobox/accessibility/wai-aria-support.md +++ b/components/combobox/accessibility/wai-aria-support.md @@ -47,6 +47,7 @@ The following table summarizes the selectors and attributes supported by the Com | `.k-input-button` | `role=button` or `nodeName=button` | The element must either be a `