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.0.10 to 1.0.11

7

dist/angular/aria/tabstrip_aria.md

@@ -8,4 +8,4 @@

| -------- | --------- | ----- |
| .k-tabstrip | `role=tablist` | Indicates the role of the tablist container element. |
| .k-tabstrip-items | `role=none` | The implicit semantics of the items `ul` element must be removed. |
| .k-tabstrip-items | `role=tablist` | Indicates the tablist role for the ul element of the TabStrip. |
| .k-tabstrip.k-tabstrip-left .k-tabstrip-items,.k-tabstrip.k-tabstrip-right .k-tabstrip-items | `aria-orientation=vertical` | Indicates the orientation of the tablist container element. The attribute is rendered only when the orientation of the component is vertical as the `tablist` role comes with default horizontal orientation. |
| .k-tabstrip-item | `role=tab` | The tab `li` element. |

@@ -15,4 +15,5 @@ | | `aria-controls=.k-tabstrip-content id` | Announces the relation between the panel and tab. |

| .k-tabstrip-content | `role=tabpanel` | The content `div` of the tab. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| | `aria-labelledby=.k-tabstrip-item id` | Refers to the tab element that controls the panel. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| .k-tabstrip .k-button | `aria-label=Localization Message` | Only if the component implements a scrollable tab feature. The buttons used for previous and next navigation should have aria-label to assure no WCAG violation. However, the buttons are not focusable. |

@@ -19,0 +20,0 @@ ## Resources

@@ -8,4 +8,4 @@

| -------- | --------- | ----- |
| .k-tabstrip | `role=tablist` | Indicates the role of the tablist container element. |
| .k-tabstrip-items | `role=none` | The implicit semantics of the items `ul` element must be removed. |
| .k-tabstrip-items | `role=tablist` | Indicates the tablist role for the ul element of the TabStrip. |
| .k-tabstrip.k-tabstrip-left .k-tabstrip-items,.k-tabstrip.k-tabstrip-right .k-tabstrip-items | `aria-orientation=vertical` | Indicates the orientation of the tablist container element. The attribute is rendered only when the orientation of the component is vertical as the `tablist` role comes with default horizontal orientation. |
| .k-tabstrip-item | `role=tab` | The tab `li` element. |

@@ -15,4 +15,5 @@ | | `aria-controls=.k-tabstrip-content id` | Announces the relation between the panel and tab. |

| .k-tabstrip-content | `role=tabpanel` | The content `div` of the tab. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| | `aria-labelledby=.k-tabstrip-item id` | Refers to the tab element that controls the panel. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| .k-tabstrip .k-button | `aria-label=Localization Message` | Only if the component implements a scrollable tab feature. The buttons used for previous and next navigation should have aria-label to assure no WCAG violation. However, the buttons are not focusable. |

@@ -19,0 +20,0 @@ ## Resources

@@ -8,4 +8,4 @@

| -------- | --------- | ----- |
| .k-tabstrip | `role=tablist` | Indicates the role of the tablist container element. |
| .k-tabstrip-items | `role=none` | The implicit semantics of the items `ul` element must be removed. |
| .k-tabstrip-items | `role=tablist` | Indicates the tablist role for the ul element of the TabStrip. |
| .k-tabstrip.k-tabstrip-left .k-tabstrip-items,.k-tabstrip.k-tabstrip-right .k-tabstrip-items | `aria-orientation=vertical` | Indicates the orientation of the tablist container element. The attribute is rendered only when the orientation of the component is vertical as the `tablist` role comes with default horizontal orientation. |
| .k-tabstrip-item | `role=tab` | The tab `li` element. |

@@ -15,4 +15,5 @@ | | `aria-controls=.k-tabstrip-content id` | Announces the relation between the panel and tab. |

| .k-tabstrip-content | `role=tabpanel` | The content `div` of the tab. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| | `aria-labelledby=.k-tabstrip-item id` | Refers to the tab element that controls the panel. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| .k-tabstrip .k-button | `aria-label=Localization Message` | Only if the component implements a scrollable tab feature. The buttons used for previous and next navigation should have aria-label to assure no WCAG violation. However, the buttons are not focusable. |

@@ -19,0 +20,0 @@ ## Resources

@@ -8,4 +8,4 @@

| -------- | --------- | ----- |
| .k-tabstrip | `role=tablist` | Indicates the role of the tablist container element. |
| .k-tabstrip-items | `role=none` | The implicit semantics of the items `ul` element must be removed. |
| .k-tabstrip-items | `role=tablist` | Indicates the tablist role for the ul element of the TabStrip. |
| .k-tabstrip.k-tabstrip-left .k-tabstrip-items,.k-tabstrip.k-tabstrip-right .k-tabstrip-items | `aria-orientation=vertical` | Indicates the orientation of the tablist container element. The attribute is rendered only when the orientation of the component is vertical as the `tablist` role comes with default horizontal orientation. |
| .k-tabstrip-item | `role=tab` | The tab `li` element. |

@@ -15,4 +15,5 @@ | | `aria-controls=.k-tabstrip-content id` | Announces the relation between the panel and tab. |

| .k-tabstrip-content | `role=tabpanel` | The content `div` of the tab. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| | `aria-labelledby=.k-tabstrip-item id` | Refers to the tab element that controls the panel. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| .k-tabstrip .k-button | `aria-label=Localization Message` | Only if the component implements a scrollable tab feature. The buttons used for previous and next navigation should have aria-label to assure no WCAG violation. However, the buttons are not focusable. |

@@ -19,0 +20,0 @@ ## Resources

@@ -8,4 +8,4 @@

| -------- | --------- | ----- |
| .k-tabstrip | `role=tablist` | Indicates the role of the tablist container element. |
| .k-tabstrip-items | `role=none` | The implicit semantics of the items `ul` element must be removed. |
| .k-tabstrip-items | `role=tablist` | Indicates the tablist role for the ul element of the TabStrip. |
| .k-tabstrip.k-tabstrip-left .k-tabstrip-items,.k-tabstrip.k-tabstrip-right .k-tabstrip-items | `aria-orientation=vertical` | Indicates the orientation of the tablist container element. The attribute is rendered only when the orientation of the component is vertical as the `tablist` role comes with default horizontal orientation. |
| .k-tabstrip-item | `role=tab` | The tab `li` element. |

@@ -15,4 +15,5 @@ | | `aria-controls=.k-tabstrip-content id` | Announces the relation between the panel and tab. |

| .k-tabstrip-content | `role=tabpanel` | The content `div` of the tab. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| | `aria-labelledby=.k-tabstrip-item id` | Refers to the tab element that controls the panel. |
| | `aria-hidden=true/false` | Only if the component implements a feature to control whether the content should be persisted. |
| .k-tabstrip .k-button | `aria-label=Localization Message` | Only if the component implements a scrollable tab feature. The buttons used for previous and next navigation should have aria-label to assure no WCAG violation. However, the buttons are not focusable. |

@@ -19,0 +20,0 @@ ## Resources

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