@progress/wct-a11y-spec
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -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
2097439