@progress/wct-a11y-spec
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,5 +8,7 @@ | ||
| -------- | --------- | ----- | | ||
| .k-listview-content | `role=list` | Specifies the role of the ListView content element. | | ||
| .k-listview-item | `role=listitem` | Specifies the role of each ListView item. | | ||
| | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| .k-listView:not(.k-selectable) .k-listview-content | `role=list` | Specifies the role of non selectable ListView content element. | | ||
| .k-listview.k-selectable .k-listview-content | `role=listbox` | Specifies the role of selectable ListView content element. | | ||
| .k-listview:not(.k-selectable) .k-listview-item | `role=listitem` | Specifies the role of each item in a non selectable ListView. | | ||
| .k-listview.k-selectable .k-listview-item | `role=option` | Specifies the role of each item in a selectable ListView. | | ||
| .k-listview-item | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| | `aria-posinset` | Specifies the position of the current item in the entire list of items present in the ListView. Value must be greated than or equal to 1 and smaller than or equal to the total number of items in the ListView. | | ||
@@ -13,0 +15,0 @@ | .k-listview-item:nth-child(1) | `tabindex=0` | The first item in the ListView must be focusable by default. | |
@@ -8,5 +8,7 @@ | ||
| -------- | --------- | ----- | | ||
| .k-listview-content | `role=list` | Specifies the role of the ListView content element. | | ||
| .k-listview-item | `role=listitem` | Specifies the role of each ListView item. | | ||
| | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| .k-listView:not(.k-selectable) .k-listview-content | `role=list` | Specifies the role of non selectable ListView content element. | | ||
| .k-listview.k-selectable .k-listview-content | `role=listbox` | Specifies the role of selectable ListView content element. | | ||
| .k-listview:not(.k-selectable) .k-listview-item | `role=listitem` | Specifies the role of each item in a non selectable ListView. | | ||
| .k-listview.k-selectable .k-listview-item | `role=option` | Specifies the role of each item in a selectable ListView. | | ||
| .k-listview-item | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| | `aria-posinset` | Specifies the position of the current item in the entire list of items present in the ListView. Value must be greated than or equal to 1 and smaller than or equal to the total number of items in the ListView. | | ||
@@ -13,0 +15,0 @@ | .k-listview-item:nth-child(1) | `tabindex=0` | The first item in the ListView must be focusable by default. | |
@@ -8,5 +8,7 @@ | ||
| -------- | --------- | ----- | | ||
| .k-listview-content | `role=list` | Specifies the role of the ListView content element. | | ||
| .k-listview-item | `role=listitem` | Specifies the role of each ListView item. | | ||
| | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| .k-listView:not(.k-selectable) .k-listview-content | `role=list` | Specifies the role of non selectable ListView content element. | | ||
| .k-listview.k-selectable .k-listview-content | `role=listbox` | Specifies the role of selectable ListView content element. | | ||
| .k-listview:not(.k-selectable) .k-listview-item | `role=listitem` | Specifies the role of each item in a non selectable ListView. | | ||
| .k-listview.k-selectable .k-listview-item | `role=option` | Specifies the role of each item in a selectable ListView. | | ||
| .k-listview-item | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| | `aria-posinset` | Specifies the position of the current item in the entire list of items present in the ListView. Value must be greated than or equal to 1 and smaller than or equal to the total number of items in the ListView. | | ||
@@ -13,0 +15,0 @@ | .k-listview-item:nth-child(1) | `tabindex=0` | The first item in the ListView must be focusable by default. | |
@@ -8,5 +8,7 @@ | ||
| -------- | --------- | ----- | | ||
| .k-listview-content | `role=list` | Specifies the role of the ListView content element. | | ||
| .k-listview-item | `role=listitem` | Specifies the role of each ListView item. | | ||
| | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| .k-listView:not(.k-selectable) .k-listview-content | `role=list` | Specifies the role of non selectable ListView content element. | | ||
| .k-listview.k-selectable .k-listview-content | `role=listbox` | Specifies the role of selectable ListView content element. | | ||
| .k-listview:not(.k-selectable) .k-listview-item | `role=listitem` | Specifies the role of each item in a non selectable ListView. | | ||
| .k-listview.k-selectable .k-listview-item | `role=option` | Specifies the role of each item in a selectable ListView. | | ||
| .k-listview-item | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| | `aria-posinset` | Specifies the position of the current item in the entire list of items present in the ListView. Value must be greated than or equal to 1 and smaller than or equal to the total number of items in the ListView. | | ||
@@ -13,0 +15,0 @@ | .k-listview-item:nth-child(1) | `tabindex=0` | The first item in the ListView must be focusable by default. | |
@@ -8,5 +8,7 @@ | ||
| -------- | --------- | ----- | | ||
| .k-listview-content | `role=list` | Specifies the role of the ListView content element. | | ||
| .k-listview-item | `role=listitem` | Specifies the role of each ListView item. | | ||
| | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| .k-listView:not(.k-selectable) .k-listview-content | `role=list` | Specifies the role of non selectable ListView content element. | | ||
| .k-listview.k-selectable .k-listview-content | `role=listbox` | Specifies the role of selectable ListView content element. | | ||
| .k-listview:not(.k-selectable) .k-listview-item | `role=listitem` | Specifies the role of each item in a non selectable ListView. | | ||
| .k-listview.k-selectable .k-listview-item | `role=option` | Specifies the role of each item in a selectable ListView. | | ||
| .k-listview-item | `aria-setsize` | Specifies the total number of items present in the ListView. | | ||
| | `aria-posinset` | Specifies the position of the current item in the entire list of items present in the ListView. Value must be greated than or equal to 1 and smaller than or equal to the total number of items in the ListView. | | ||
@@ -13,0 +15,0 @@ | .k-listview-item:nth-child(1) | `tabindex=0` | The first item in the ListView must be focusable by default. | |
{ | ||
"name": "@progress/wct-a11y-spec", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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
2180514
26816