@progress/wct-a11y-spec
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -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
4551272
61786