New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/wct-a11y-spec

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/wct-a11y-spec - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

dist/angular/aria/bottom-navigation_aria.md

16

dist/angular/aria/listbox_aria.md

@@ -6,2 +6,4 @@

### The ListBox List
| Selector | Attribute | Usage |

@@ -15,2 +17,16 @@ | -------- | --------- | ----- |

### The ListBox ToolBar
ListBox ToolBar follows the specification of the ToolBar component.
[ToolBar accessibility specification]({{toolbar_a11y_link}})
| Selector | Attribute | Usage |
| -------- | --------- | ----- |
| .k-listbox-toolbar | `role=toolbar` | The toolbar is a collection of command buttons. |
| | `aria-label` | Clarifies the purpose of the toolbar. |
| | `aria-controls=.k-list-ul id` | Pointing to the id(s) of the element(s) with `role=listbox` that are being controlled by the ToolBar. |
| .k-listbox-toolbar .k-button | `aria-label` or `title` | All buttons in the ToolBar must have lables, so that their purpose is clear. |
## Resources

@@ -17,0 +33,0 @@

4

dist/angular/keyboard-navigation/grid_keyboard-navigation.md

@@ -63,3 +63,3 @@ ## Managing Focus

| `Space` | Selects the row holding the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the rows between the last selected one (with SPACE or mouse click) and the one holding the focused cell. |

@@ -74,3 +74,3 @@ | `Shift + Up Arrow` | Selects the row above. When multiple selection is enabled, extends the selection to that row. |

| `Space` | Selects the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the cells between the last selected one (with SPACE or mouse click) and the focused cell. |

@@ -77,0 +77,0 @@ | `Shift + Up Arrow` | Selects the cell above. When multiple selection is enabled, extends the selection to that cell. |

@@ -21,8 +21,10 @@ ### Keyboard Shortcuts

|----------|----------|
| `Shift Up` | Adds previous item to selection. |
| `Shift Down` | Adds next item to selection. |
| `Ctrl Shift Home` | Selects all items up to the beginning of the list. |
| `Ctrl Shift End` | Selects items down to the end of the list. |
| `Ctrl A` | Selects all items present in the list. |
| `Shift` + `Up` | Creates range selection between the latest selected or deselected item and the item that is immediately before the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the previous one. At the end of the operation the focus moves to the the item that is immediately before the currently focused one. |
| `Shift` + `Down` | Creates range selection between the latest selected or deselected item and the item that is immediately after the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the next one. At the end of the operation the focus moves to the the item that is immediately after the currently focused one. |
| `Ctrl` + `Shift` + `Home` | Creates a range selection from the currently focused item up to the beginning of the list. All items outside that range are deselected. |
| `Ctrl` + `Shift` + `End` | Creates a range selection from the currently focused item down to the end of the list. All items outside that range are deselected. |
| `Ctrl` + `A` | Selects all items present in the list. If all items are already selected, deselects all items. |
The `Shift` + shortcuts above are based on the behaviour of the Windows file explorer.
## Resources

@@ -29,0 +31,0 @@

@@ -9,4 +9,8 @@ ## Keyboard Shortcuts

| `Right Arrow` | Moves right a split-bar in a horizontal Splitter. |
| `Ctrl + Up Arrow` | Moves the splitbar up to collapse/expand the adjacent panes in the up direction. |
| `Ctrl + Down Arrow` | Moves the splitbar down to collapse/expand the adjacent panes in the down direction. |
| `Ctrl + Left Arrow` | Moves the splitbar left to collapse/expand the adjacent panes in the left direction. |
| `Ctrl + Right Arrow` | Moves the splitbar right to collapse/expand the adjacent panes in the right direction. |
| `Enter` | Toggles the collapsed state of the nearest collapsible pane. |
| `Tab` | The key that allows focusing a splitter bar |
| `Tab` | The key that allows focusing a splitter bar. Thus, all splitbars have `tabindex` and are included in the tab sequence. |

@@ -13,0 +17,0 @@ **Note 1:** The "splitter bar/split-bar" is the section between two panes that allows collapsing/resizing.

@@ -6,2 +6,4 @@

### The ListBox List
| Selector | Attribute | Usage |

@@ -15,2 +17,16 @@ | -------- | --------- | ----- |

### The ListBox ToolBar
ListBox ToolBar follows the specification of the ToolBar component.
[ToolBar accessibility specification]({{toolbar_a11y_link}})
| Selector | Attribute | Usage |
| -------- | --------- | ----- |
| .k-listbox-toolbar | `role=toolbar` | The toolbar is a collection of command buttons. |
| | `aria-label` | Clarifies the purpose of the toolbar. |
| | `aria-controls=.k-list-ul id` | Pointing to the id(s) of the element(s) with `role=listbox` that are being controlled by the ToolBar. |
| .k-listbox-toolbar .k-button | `aria-label` or `title` | All buttons in the ToolBar must have lables, so that their purpose is clear. |
## Resources

@@ -17,0 +33,0 @@

@@ -63,3 +63,3 @@ ## Managing Focus

| `Space` | Selects the row holding the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the rows between the last selected one (with SPACE or mouse click) and the one holding the focused cell. |

@@ -74,3 +74,3 @@ | `Shift + Up Arrow` | Selects the row above. When multiple selection is enabled, extends the selection to that row. |

| `Space` | Selects the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the cells between the last selected one (with SPACE or mouse click) and the focused cell. |

@@ -77,0 +77,0 @@ | `Shift + Up Arrow` | Selects the cell above. When multiple selection is enabled, extends the selection to that cell. |

@@ -21,8 +21,10 @@ ### Keyboard Shortcuts

|----------|----------|
| `Shift Up` | Adds previous item to selection. |
| `Shift Down` | Adds next item to selection. |
| `Ctrl Shift Home` | Selects all items up to the beginning of the list. |
| `Ctrl Shift End` | Selects items down to the end of the list. |
| `Ctrl A` | Selects all items present in the list. |
| `Shift` + `Up` | Creates range selection between the latest selected or deselected item and the item that is immediately before the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the previous one. At the end of the operation the focus moves to the the item that is immediately before the currently focused one. |
| `Shift` + `Down` | Creates range selection between the latest selected or deselected item and the item that is immediately after the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the next one. At the end of the operation the focus moves to the the item that is immediately after the currently focused one. |
| `Ctrl` + `Shift` + `Home` | Creates a range selection from the currently focused item up to the beginning of the list. All items outside that range are deselected. |
| `Ctrl` + `Shift` + `End` | Creates a range selection from the currently focused item down to the end of the list. All items outside that range are deselected. |
| `Ctrl` + `A` | Selects all items present in the list. If all items are already selected, deselects all items. |
The `Shift` + shortcuts above are based on the behaviour of the Windows file explorer.
## Resources

@@ -29,0 +31,0 @@

@@ -9,4 +9,8 @@ ## Keyboard Shortcuts

| `Right Arrow` | Moves right a split-bar in a horizontal Splitter. |
| `Ctrl + Up Arrow` | Moves the splitbar up to collapse/expand the adjacent panes in the up direction. |
| `Ctrl + Down Arrow` | Moves the splitbar down to collapse/expand the adjacent panes in the down direction. |
| `Ctrl + Left Arrow` | Moves the splitbar left to collapse/expand the adjacent panes in the left direction. |
| `Ctrl + Right Arrow` | Moves the splitbar right to collapse/expand the adjacent panes in the right direction. |
| `Enter` | Toggles the collapsed state of the nearest collapsible pane. |
| `Tab` | The key that allows focusing a splitter bar |
| `Tab` | The key that allows focusing a splitter bar. Thus, all splitbars have `tabindex` and are included in the tab sequence. |

@@ -13,0 +17,0 @@ **Note 1:** The "splitter bar/split-bar" is the section between two panes that allows collapsing/resizing.

@@ -6,2 +6,4 @@

### The ListBox List
| Selector | Attribute | Usage |

@@ -15,2 +17,16 @@ | -------- | --------- | ----- |

### The ListBox ToolBar
ListBox ToolBar follows the specification of the ToolBar component.
[ToolBar accessibility specification]({{toolbar_a11y_link}})
| Selector | Attribute | Usage |
| -------- | --------- | ----- |
| .k-listbox-toolbar | `role=toolbar` | The toolbar is a collection of command buttons. |
| | `aria-label` | Clarifies the purpose of the toolbar. |
| | `aria-controls=.k-list-ul id` | Pointing to the id(s) of the element(s) with `role=listbox` that are being controlled by the ToolBar. |
| .k-listbox-toolbar .k-button | `aria-label` or `title` | All buttons in the ToolBar must have lables, so that their purpose is clear. |
## Resources

@@ -17,0 +33,0 @@

@@ -63,3 +63,3 @@ ## Managing Focus

| `Space` | Selects the row holding the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the rows between the last selected one (with SPACE or mouse click) and the one holding the focused cell. |

@@ -74,3 +74,3 @@ | `Shift + Up Arrow` | Selects the row above. When multiple selection is enabled, extends the selection to that row. |

| `Space` | Selects the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the cells between the last selected one (with SPACE or mouse click) and the focused cell. |

@@ -77,0 +77,0 @@ | `Shift + Up Arrow` | Selects the cell above. When multiple selection is enabled, extends the selection to that cell. |

@@ -21,8 +21,10 @@ ### Keyboard Shortcuts

|----------|----------|
| `Shift Up` | Adds previous item to selection. |
| `Shift Down` | Adds next item to selection. |
| `Ctrl Shift Home` | Selects all items up to the beginning of the list. |
| `Ctrl Shift End` | Selects items down to the end of the list. |
| `Ctrl A` | Selects all items present in the list. |
| `Shift` + `Up` | Creates range selection between the latest selected or deselected item and the item that is immediately before the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the previous one. At the end of the operation the focus moves to the the item that is immediately before the currently focused one. |
| `Shift` + `Down` | Creates range selection between the latest selected or deselected item and the item that is immediately after the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the next one. At the end of the operation the focus moves to the the item that is immediately after the currently focused one. |
| `Ctrl` + `Shift` + `Home` | Creates a range selection from the currently focused item up to the beginning of the list. All items outside that range are deselected. |
| `Ctrl` + `Shift` + `End` | Creates a range selection from the currently focused item down to the end of the list. All items outside that range are deselected. |
| `Ctrl` + `A` | Selects all items present in the list. If all items are already selected, deselects all items. |
The `Shift` + shortcuts above are based on the behaviour of the Windows file explorer.
## Resources

@@ -29,0 +31,0 @@

@@ -9,4 +9,8 @@ ## Keyboard Shortcuts

| `Right Arrow` | Moves right a split-bar in a horizontal Splitter. |
| `Ctrl + Up Arrow` | Moves the splitbar up to collapse/expand the adjacent panes in the up direction. |
| `Ctrl + Down Arrow` | Moves the splitbar down to collapse/expand the adjacent panes in the down direction. |
| `Ctrl + Left Arrow` | Moves the splitbar left to collapse/expand the adjacent panes in the left direction. |
| `Ctrl + Right Arrow` | Moves the splitbar right to collapse/expand the adjacent panes in the right direction. |
| `Enter` | Toggles the collapsed state of the nearest collapsible pane. |
| `Tab` | The key that allows focusing a splitter bar |
| `Tab` | The key that allows focusing a splitter bar. Thus, all splitbars have `tabindex` and are included in the tab sequence. |

@@ -13,0 +17,0 @@ **Note 1:** The "splitter bar/split-bar" is the section between two panes that allows collapsing/resizing.

@@ -6,2 +6,4 @@

### The ListBox List
| Selector | Attribute | Usage |

@@ -15,2 +17,16 @@ | -------- | --------- | ----- |

### The ListBox ToolBar
ListBox ToolBar follows the specification of the ToolBar component.
[ToolBar accessibility specification]({{toolbar_a11y_link}})
| Selector | Attribute | Usage |
| -------- | --------- | ----- |
| .k-listbox-toolbar | `role=toolbar` | The toolbar is a collection of command buttons. |
| | `aria-label` | Clarifies the purpose of the toolbar. |
| | `aria-controls=.k-list-ul id` | Pointing to the id(s) of the element(s) with `role=listbox` that are being controlled by the ToolBar. |
| .k-listbox-toolbar .k-button | `aria-label` or `title` | All buttons in the ToolBar must have lables, so that their purpose is clear. |
## Resources

@@ -17,0 +33,0 @@

@@ -63,3 +63,3 @@ ## Managing Focus

| `Space` | Selects the row holding the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the rows between the last selected one (with SPACE or mouse click) and the one holding the focused cell. |

@@ -74,3 +74,3 @@ | `Shift + Up Arrow` | Selects the row above. When multiple selection is enabled, extends the selection to that row. |

| `Space` | Selects the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the cells between the last selected one (with SPACE or mouse click) and the focused cell. |

@@ -77,0 +77,0 @@ | `Shift + Up Arrow` | Selects the cell above. When multiple selection is enabled, extends the selection to that cell. |

@@ -21,8 +21,10 @@ ### Keyboard Shortcuts

|----------|----------|
| `Shift Up` | Adds previous item to selection. |
| `Shift Down` | Adds next item to selection. |
| `Ctrl Shift Home` | Selects all items up to the beginning of the list. |
| `Ctrl Shift End` | Selects items down to the end of the list. |
| `Ctrl A` | Selects all items present in the list. |
| `Shift` + `Up` | Creates range selection between the latest selected or deselected item and the item that is immediately before the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the previous one. At the end of the operation the focus moves to the the item that is immediately before the currently focused one. |
| `Shift` + `Down` | Creates range selection between the latest selected or deselected item and the item that is immediately after the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the next one. At the end of the operation the focus moves to the the item that is immediately after the currently focused one. |
| `Ctrl` + `Shift` + `Home` | Creates a range selection from the currently focused item up to the beginning of the list. All items outside that range are deselected. |
| `Ctrl` + `Shift` + `End` | Creates a range selection from the currently focused item down to the end of the list. All items outside that range are deselected. |
| `Ctrl` + `A` | Selects all items present in the list. If all items are already selected, deselects all items. |
The `Shift` + shortcuts above are based on the behaviour of the Windows file explorer.
## Resources

@@ -29,0 +31,0 @@

@@ -9,4 +9,8 @@ ## Keyboard Shortcuts

| `Right Arrow` | Moves right a split-bar in a horizontal Splitter. |
| `Ctrl + Up Arrow` | Moves the splitbar up to collapse/expand the adjacent panes in the up direction. |
| `Ctrl + Down Arrow` | Moves the splitbar down to collapse/expand the adjacent panes in the down direction. |
| `Ctrl + Left Arrow` | Moves the splitbar left to collapse/expand the adjacent panes in the left direction. |
| `Ctrl + Right Arrow` | Moves the splitbar right to collapse/expand the adjacent panes in the right direction. |
| `Enter` | Toggles the collapsed state of the nearest collapsible pane. |
| `Tab` | The key that allows focusing a splitter bar |
| `Tab` | The key that allows focusing a splitter bar. Thus, all splitbars have `tabindex` and are included in the tab sequence. |

@@ -13,0 +17,0 @@ **Note 1:** The "splitter bar/split-bar" is the section between two panes that allows collapsing/resizing.

@@ -6,2 +6,4 @@

### The ListBox List
| Selector | Attribute | Usage |

@@ -15,2 +17,16 @@ | -------- | --------- | ----- |

### The ListBox ToolBar
ListBox ToolBar follows the specification of the ToolBar component.
[ToolBar accessibility specification]({{toolbar_a11y_link}})
| Selector | Attribute | Usage |
| -------- | --------- | ----- |
| .k-listbox-toolbar | `role=toolbar` | The toolbar is a collection of command buttons. |
| | `aria-label` | Clarifies the purpose of the toolbar. |
| | `aria-controls=.k-list-ul id` | Pointing to the id(s) of the element(s) with `role=listbox` that are being controlled by the ToolBar. |
| .k-listbox-toolbar .k-button | `aria-label` or `title` | All buttons in the ToolBar must have lables, so that their purpose is clear. |
## Resources

@@ -17,0 +33,0 @@

@@ -63,3 +63,3 @@ ## Managing Focus

| `Space` | Selects the row holding the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the rows between the last selected one (with SPACE or mouse click) and the one holding the focused cell. |

@@ -74,3 +74,3 @@ | `Shift + Up Arrow` | Selects the row above. When multiple selection is enabled, extends the selection to that row. |

| `Space` | Selects the currently focused cell.|
| `Ctrl/Cmd + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Ctrl + Space` | Selects or deselects the currently focused cell, while persisting previously selected cells (only for selection mode "multiple"). |
| `Shift + Space` | Performs range selection, selects all the cells between the last selected one (with SPACE or mouse click) and the focused cell. |

@@ -77,0 +77,0 @@ | `Shift + Up Arrow` | Selects the cell above. When multiple selection is enabled, extends the selection to that cell. |

@@ -21,8 +21,10 @@ ### Keyboard Shortcuts

|----------|----------|
| `Shift Up` | Adds previous item to selection. |
| `Shift Down` | Adds next item to selection. |
| `Ctrl Shift Home` | Selects all items up to the beginning of the list. |
| `Ctrl Shift End` | Selects items down to the end of the list. |
| `Ctrl A` | Selects all items present in the list. |
| `Shift` + `Up` | Creates range selection between the latest selected or deselected item and the item that is immediately before the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the previous one. At the end of the operation the focus moves to the the item that is immediately before the currently focused one. |
| `Shift` + `Down` | Creates range selection between the latest selected or deselected item and the item that is immediately after the currently focused one. All items outside that range are deselected. The latest selected/deselected item is stored when using the mouse to click an item or when using Enter to select/deselect an item. The latest selected/deselected item is reset when the value of the MultiSelect is cleared. If the there is no previously selected item, selects only the currently focused and the next one. At the end of the operation the focus moves to the the item that is immediately after the currently focused one. |
| `Ctrl` + `Shift` + `Home` | Creates a range selection from the currently focused item up to the beginning of the list. All items outside that range are deselected. |
| `Ctrl` + `Shift` + `End` | Creates a range selection from the currently focused item down to the end of the list. All items outside that range are deselected. |
| `Ctrl` + `A` | Selects all items present in the list. If all items are already selected, deselects all items. |
The `Shift` + shortcuts above are based on the behaviour of the Windows file explorer.
## Resources

@@ -29,0 +31,0 @@

@@ -9,4 +9,8 @@ ## Keyboard Shortcuts

| `Right Arrow` | Moves right a split-bar in a horizontal Splitter. |
| `Ctrl + Up Arrow` | Moves the splitbar up to collapse/expand the adjacent panes in the up direction. |
| `Ctrl + Down Arrow` | Moves the splitbar down to collapse/expand the adjacent panes in the down direction. |
| `Ctrl + Left Arrow` | Moves the splitbar left to collapse/expand the adjacent panes in the left direction. |
| `Ctrl + Right Arrow` | Moves the splitbar right to collapse/expand the adjacent panes in the right direction. |
| `Enter` | Toggles the collapsed state of the nearest collapsible pane. |
| `Tab` | The key that allows focusing a splitter bar |
| `Tab` | The key that allows focusing a splitter bar. Thus, all splitbars have `tabindex` and are included in the tab sequence. |

@@ -13,0 +17,0 @@ **Note 1:** The "splitter bar/split-bar" is the section between two panes that allows collapsing/resizing.

{
"name": "@progress/wct-a11y-spec",
"version": "1.2.1",
"version": "1.3.0",
"description": "Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc