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 2.2.0 to 2.2.1

7

dist/angular/aria/treeview_aria.md

@@ -17,4 +17,7 @@

| -------- | --------- | ----- |
| `.k-treeview` | `role=tree` | The root `div` element of the TreeView. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps the child nodes. |
| `.k-treeview-lines` | `role=tree` | The root `div` element of the treeview. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps child nodes. |
| `.k-input-inner` | `aria-label` | Specifies the announced name for the filter input. |
| | `role=searchbox` | Specifies the role of the filter input. |
| | `aria-controls=.k-treeview-lines id` | Points to the main ul element .k-treeview-lines. |
| `.k-treeview-item` | `role=treeitem` | The `li` element rendered for a tree node. |

@@ -21,0 +24,0 @@ | | `aria-level` | Announces the level of the tree node item. The value of the level is number-based (>=1). Must be added when only a subsection of the TreeView is rendered in the DOM. |

@@ -17,4 +17,7 @@

| -------- | --------- | ----- |
| `.k-treeview` | `role=tree` | The root `div` element of the TreeView. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps the child nodes. |
| `.k-treeview-lines` | `role=tree` | The root `div` element of the treeview. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps child nodes. |
| `.k-input-inner` | `aria-label` | Specifies the announced name for the filter input. |
| | `role=searchbox` | Specifies the role of the filter input. |
| | `aria-controls=.k-treeview-lines id` | Points to the main ul element .k-treeview-lines. |
| `.k-treeview-item` | `role=treeitem` | The `li` element rendered for a tree node. |

@@ -21,0 +24,0 @@ | | `aria-level` | Announces the level of the tree node item. The value of the level is number-based (>=1). Must be added when only a subsection of the TreeView is rendered in the DOM. |

@@ -29,5 +29,5 @@ [

{
"Selector": "`.k-treeview`",
"Selector": "`.k-treeview-lines`",
"Attribute": "`role=tree`",
"Usage": "The root `div` element of the TreeView."
"Usage": "The root `div` element of the treeview."
},

@@ -37,5 +37,20 @@ {

"Attribute": "`role=group`",
"Usage": "The `ul` element that wraps the child nodes."
"Usage": "The `ul` element that wraps child nodes."
},
{
"Selector": "`.k-input-inner`",
"Attribute": "`aria-label`",
"Usage": "Specifies the announced name for the filter input."
},
{
"Selector": "",
"Attribute": "`role=searchbox`",
"Usage": "Specifies the role of the filter input."
},
{
"Selector": "",
"Attribute": "`aria-controls=.k-treeview-lines id`",
"Usage": "Points to the main ul element .k-treeview-lines."
},
{
"Selector": "`.k-treeview-item`",

@@ -42,0 +57,0 @@ "Attribute": "`role=treeitem`",

@@ -17,4 +17,7 @@

| -------- | --------- | ----- |
| `.k-treeview` | `role=tree` | The root `div` element of the TreeView. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps the child nodes. |
| `.k-treeview-lines` | `role=tree` | The root `div` element of the treeview. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps child nodes. |
| `.k-input-inner` | `aria-label` | Specifies the announced name for the filter input. |
| | `role=searchbox` | Specifies the role of the filter input. |
| | `aria-controls=.k-treeview-lines id` | Points to the main ul element .k-treeview-lines. |
| `.k-treeview-item` | `role=treeitem` | The `li` element rendered for a tree node. |

@@ -21,0 +24,0 @@ | | `aria-level` | Announces the level of the tree node item. The value of the level is number-based (>=1). Must be added when only a subsection of the TreeView is rendered in the DOM. |

@@ -17,4 +17,7 @@

| -------- | --------- | ----- |
| `.k-treeview` | `role=tree` | The root `div` element of the TreeView. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps the child nodes. |
| `.k-treeview-lines` | `role=tree` | The root `div` element of the treeview. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps child nodes. |
| `.k-input-inner` | `aria-label` | Specifies the announced name for the filter input. |
| | `role=searchbox` | Specifies the role of the filter input. |
| | `aria-controls=.k-treeview-lines id` | Points to the main ul element .k-treeview-lines. |
| `.k-treeview-item` | `role=treeitem` | The `li` element rendered for a tree node. |

@@ -21,0 +24,0 @@ | | `aria-level` | Announces the level of the tree node item. The value of the level is number-based (>=1). Must be added when only a subsection of the TreeView is rendered in the DOM. |

@@ -17,4 +17,7 @@

| -------- | --------- | ----- |
| `.k-treeview` | `role=tree` | The root `div` element of the TreeView. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps the child nodes. |
| `.k-treeview-lines` | `role=tree` | The root `div` element of the treeview. |
| `.k-treeview-group:not(.k-treeview-lines)` | `role=group` | The `ul` element that wraps child nodes. |
| `.k-input-inner` | `aria-label` | Specifies the announced name for the filter input. |
| | `role=searchbox` | Specifies the role of the filter input. |
| | `aria-controls=.k-treeview-lines id` | Points to the main ul element .k-treeview-lines. |
| `.k-treeview-item` | `role=treeitem` | The `li` element rendered for a tree node. |

@@ -21,0 +24,0 @@ | | `aria-level` | Announces the level of the tree node item. The value of the level is number-based (>=1). Must be added when only a subsection of the TreeView is rendered in the DOM. |

{
"name": "@progress/wct-a11y-spec",
"version": "2.2.0",
"version": "2.2.1",
"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