Skip to content

Commit

Permalink
docs: update accessibility and keyboard-nav specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed May 28, 2024
1 parent 472a47f commit 743210c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/colorgradient/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The Numeric inputs must implement the **NumericTextBox** specification.
[NumericTextBox accessibility specification]({{numerictextbox_a11y_link}})


Here is one additional requirement for those numerics as their visible labels have only a single letter as a tex:
Here is one additional requirement for those numerics as their visible labels have only a single letter as text:

| Selector | Attribute | Usage |
| -------- | --------- | ----- |
Expand Down
2 changes: 1 addition & 1 deletion components/pager/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
The `PageSize` select must be implemented either as a DropDownList component with no filtering or through a native `<select>` element.


The `Page` select, which is present for mobile devices and smaller screens with kimited space for page links, must be a native `<select>` element.
The `Page` select, which is present for mobile devices and smaller screens with limited space for page links, must be a native `<select>` element.

| Selector | Attribute | Usage |
| -------- | --------- | ----- |
Expand Down
2 changes: 1 addition & 1 deletion components/splitter/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Splitter is compliant with the [Web Content Accessibility Guidelines (WCAG)

This section lists the selectors, attributes, and behavior patterns supported by the component and its composite elements, if any.

### Slitter Pane
### Splitter Pane

| Selector | Attribute | Usage |
| -------- | --------- | ----- |
Expand Down
2 changes: 1 addition & 1 deletion components/textbox/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The TextBox is compliant with the [Web Content Accessibility Guidelines (WCAG) 2
This section lists the selectors, attributes, and behavior patterns supported by the component and its composite elements, if any.


No role attribute is implemented as the `html input type="text"` element is sufficient for definining the purpose of the component.
No role attribute is implemented as the `html input type="text"` element is sufficient for defining the purpose of the component.

| Selector | Attribute | Usage |
| -------- | --------- | ----- |
Expand Down

0 comments on commit 743210c

Please sign in to comment.