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.6.10 to 1.6.11

2

dist/angular/aria/calendar_aria.md

@@ -13,3 +13,3 @@

| -------- | --------- | ----- |
| .k-calendar:not(.k-calendar-infinite) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| .k-calendar:not(.k-calendar-infinite, .k-calendar-range) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| | `aria-labelledby=.k-nav-fast id` | Pointing to the current view label (e.g. `March 2022` or `2020-2029`). |

@@ -16,0 +16,0 @@ | | `aria-activedescendant=.k-calendar-td.k-focus id` | Pointing to the currently active (focused) date/month/year/decade in the table. |

@@ -17,2 +17,3 @@

| | `aria-readonly=true` | Attribute is rendered only when the dropdown is readonly. |
| | `aria-autocomplete=list` | Attribute is rendered and value is set to list when **filtering** feature is enabled. |
| | `aria-invalid=true` | Attribute is rendered only when the dropdown is in form and announces the valid state of the component. |

@@ -19,0 +20,0 @@ | | `aria-busy=true` | Attribute is rendered only when the dropdown is loading data. |

@@ -13,3 +13,3 @@

| -------- | --------- | ----- |
| .k-calendar:not(.k-calendar-infinite) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| .k-calendar:not(.k-calendar-infinite, .k-calendar-range) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| | `aria-labelledby=.k-nav-fast id` | Pointing to the current view label (e.g. `March 2022` or `2020-2029`). |

@@ -16,0 +16,0 @@ | | `aria-activedescendant=.k-calendar-td.k-focus id` | Pointing to the currently active (focused) date/month/year/decade in the table. |

@@ -17,2 +17,3 @@

| | `aria-readonly=true` | Attribute is rendered only when the dropdown is readonly. |
| | `aria-autocomplete=list` | Attribute is rendered and value is set to list when **filtering** feature is enabled. |
| | `aria-invalid=true` | Attribute is rendered only when the dropdown is in form and announces the valid state of the component. |

@@ -19,0 +20,0 @@ | | `aria-busy=true` | Attribute is rendered only when the dropdown is loading data. |

@@ -13,3 +13,3 @@

| -------- | --------- | ----- |
| .k-calendar:not(.k-calendar-infinite) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| .k-calendar:not(.k-calendar-infinite, .k-calendar-range) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| | `aria-labelledby=.k-nav-fast id` | Pointing to the current view label (e.g. `March 2022` or `2020-2029`). |

@@ -16,0 +16,0 @@ | | `aria-activedescendant=.k-calendar-td.k-focus id` | Pointing to the currently active (focused) date/month/year/decade in the table. |

@@ -17,2 +17,3 @@

| | `aria-readonly=true` | Attribute is rendered only when the dropdown is readonly. |
| | `aria-autocomplete=list` | Attribute is rendered and value is set to list when **filtering** feature is enabled. |
| | `aria-invalid=true` | Attribute is rendered only when the dropdown is in form and announces the valid state of the component. |

@@ -19,0 +20,0 @@ | | `aria-busy=true` | Attribute is rendered only when the dropdown is loading data. |

@@ -13,3 +13,3 @@

| -------- | --------- | ----- |
| .k-calendar:not(.k-calendar-infinite) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| .k-calendar:not(.k-calendar-infinite, .k-calendar-range) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| | `aria-labelledby=.k-nav-fast id` | Pointing to the current view label (e.g. `March 2022` or `2020-2029`). |

@@ -16,0 +16,0 @@ | | `aria-activedescendant=.k-calendar-td.k-focus id` | Pointing to the currently active (focused) date/month/year/decade in the table. |

@@ -17,2 +17,3 @@

| | `aria-readonly=true` | Attribute is rendered only when the dropdown is readonly. |
| | `aria-autocomplete=list` | Attribute is rendered and value is set to list when **filtering** feature is enabled. |
| | `aria-invalid=true` | Attribute is rendered only when the dropdown is in form and announces the valid state of the component. |

@@ -19,0 +20,0 @@ | | `aria-busy=true` | Attribute is rendered only when the dropdown is loading data. |

@@ -13,3 +13,3 @@

| -------- | --------- | ----- |
| .k-calendar:not(.k-calendar-infinite) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| .k-calendar:not(.k-calendar-infinite, .k-calendar-range) .k-calendar-table | `role=grid` | Specifies the role of the Calendar dates table. |
| | `aria-labelledby=.k-nav-fast id` | Pointing to the current view label (e.g. `March 2022` or `2020-2029`). |

@@ -16,0 +16,0 @@ | | `aria-activedescendant=.k-calendar-td.k-focus id` | Pointing to the currently active (focused) date/month/year/decade in the table. |

@@ -17,2 +17,3 @@

| | `aria-readonly=true` | Attribute is rendered only when the dropdown is readonly. |
| | `aria-autocomplete=list` | Attribute is rendered and value is set to list when **filtering** feature is enabled. |
| | `aria-invalid=true` | Attribute is rendered only when the dropdown is in form and announces the valid state of the component. |

@@ -19,0 +20,0 @@ | | `aria-busy=true` | Attribute is rendered only when the dropdown is loading data. |

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