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.1.1 to 1.1.2

8

dist/angular/aria/listview_aria.md

@@ -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

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