@progress/wct-a11y-spec
Advanced tools
Comparing version 1.6.14 to 1.7.0
@@ -22,2 +22,4 @@ | ||
[WAI-ARIA practices: TabList example](https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html) | ||
## Section 508 | ||
@@ -24,0 +26,0 @@ |
@@ -8,3 +8,3 @@ ## Managing Focus | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"` | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"`. | ||
@@ -24,3 +24,3 @@ ## Keyboard Shortcuts | ||
## Resources | ||
- https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-19 | ||
- https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-1/tabs.html | ||
- https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html | ||
- https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#x6-4-deciding-when-to-make-selection-automatically-follow-focus |
@@ -0,1 +1,8 @@ | ||
## Managing Focus | ||
The Upload component contains a single or multiple tab stops depending on its configuration. When the `autoUpload` option is set to true, the `Select Files` button is the only tabstop and starting point for the navigation. Setting the `autoUpload` to false, the `Clear` and `Upload` buttons are included in the tab sequence. | ||
- When files are deleted, the focus is returned to the `Select Files` button. | ||
- When the component looses focus, the focus goes back to the `Select Files` button. | ||
## Keyboard Shortcuts | ||
@@ -5,10 +12,9 @@ | ||
|----------|---------------------------------------------------------------------| | ||
| Tab | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| Space/Enter | Opens the Select file dialog if the Select files button is focused. | | ||
| DownArrow | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| UpArrow | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| Enter | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| Escape | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| Delete | Removes the highlighted file when the focus is on a file list item | | ||
| Space | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| LeftArrow/RightArrow | Navigate between the Play/Pause, Cancel, Remove buttons of a highlighted file list item | | ||
| `Tab` | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| `Space/Enter` | Opens the Select file dialog if the Select files button is focused. | | ||
| `DownArrow` | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| `UpArrow` | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| `Enter` | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| `Escape` | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| `Space` | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| `Delete` | Removes the highlighted file when the focus is on a file list item | |
@@ -22,2 +22,4 @@ | ||
[WAI-ARIA practices: TabList example](https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html) | ||
## Section 508 | ||
@@ -24,0 +26,0 @@ |
@@ -8,3 +8,3 @@ ## Managing Focus | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"` | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"`. | ||
@@ -24,3 +24,3 @@ ## Keyboard Shortcuts | ||
## Resources | ||
- https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-19 | ||
- https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-1/tabs.html | ||
- https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html | ||
- https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#x6-4-deciding-when-to-make-selection-automatically-follow-focus |
@@ -0,1 +1,8 @@ | ||
## Managing Focus | ||
The Upload component contains a single or multiple tab stops depending on its configuration. When the `autoUpload` option is set to true, the `Select Files` button is the only tabstop and starting point for the navigation. Setting the `autoUpload` to false, the `Clear` and `Upload` buttons are included in the tab sequence. | ||
- When files are deleted, the focus is returned to the `Select Files` button. | ||
- When the component looses focus, the focus goes back to the `Select Files` button. | ||
## Keyboard Shortcuts | ||
@@ -5,10 +12,9 @@ | ||
|----------|---------------------------------------------------------------------| | ||
| Tab | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| Space/Enter | Opens the Select file dialog if the Select files button is focused. | | ||
| DownArrow | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| UpArrow | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| Enter | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| Escape | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| Delete | Removes the highlighted file when the focus is on a file list item | | ||
| Space | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| LeftArrow/RightArrow | Navigate between the Play/Pause, Cancel, Remove buttons of a highlighted file list item | | ||
| `Tab` | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| `Space/Enter` | Opens the Select file dialog if the Select files button is focused. | | ||
| `DownArrow` | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| `UpArrow` | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| `Enter` | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| `Escape` | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| `Space` | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| `Delete` | Removes the highlighted file when the focus is on a file list item | |
@@ -22,2 +22,4 @@ | ||
[WAI-ARIA practices: TabList example](https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html) | ||
## Section 508 | ||
@@ -24,0 +26,0 @@ |
@@ -8,3 +8,3 @@ ## Managing Focus | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"` | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"`. | ||
@@ -24,3 +24,3 @@ ## Keyboard Shortcuts | ||
## Resources | ||
- https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-19 | ||
- https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-1/tabs.html | ||
- https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html | ||
- https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#x6-4-deciding-when-to-make-selection-automatically-follow-focus |
@@ -0,1 +1,8 @@ | ||
## Managing Focus | ||
The Upload component contains a single or multiple tab stops depending on its configuration. When the `autoUpload` option is set to true, the `Select Files` button is the only tabstop and starting point for the navigation. Setting the `autoUpload` to false, the `Clear` and `Upload` buttons are included in the tab sequence. | ||
- When files are deleted, the focus is returned to the `Select Files` button. | ||
- When the component looses focus, the focus goes back to the `Select Files` button. | ||
## Keyboard Shortcuts | ||
@@ -5,10 +12,9 @@ | ||
|----------|---------------------------------------------------------------------| | ||
| Tab | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| Space/Enter | Opens the Select file dialog if the Select files button is focused. | | ||
| DownArrow | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| UpArrow | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| Enter | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| Escape | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| Delete | Removes the highlighted file when the focus is on a file list item | | ||
| Space | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| LeftArrow/RightArrow | Navigate between the Play/Pause, Cancel, Remove buttons of a highlighted file list item | | ||
| `Tab` | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| `Space/Enter` | Opens the Select file dialog if the Select files button is focused. | | ||
| `DownArrow` | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| `UpArrow` | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| `Enter` | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| `Escape` | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| `Space` | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| `Delete` | Removes the highlighted file when the focus is on a file list item | |
@@ -22,2 +22,4 @@ | ||
[WAI-ARIA practices: TabList example](https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html) | ||
## Section 508 | ||
@@ -24,0 +26,0 @@ |
@@ -8,3 +8,3 @@ ## Managing Focus | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"` | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"`. | ||
@@ -24,3 +24,3 @@ ## Keyboard Shortcuts | ||
## Resources | ||
- https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-19 | ||
- https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-1/tabs.html | ||
- https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html | ||
- https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#x6-4-deciding-when-to-make-selection-automatically-follow-focus |
@@ -0,1 +1,8 @@ | ||
## Managing Focus | ||
The Upload component contains a single or multiple tab stops depending on its configuration. When the `autoUpload` option is set to true, the `Select Files` button is the only tabstop and starting point for the navigation. Setting the `autoUpload` to false, the `Clear` and `Upload` buttons are included in the tab sequence. | ||
- When files are deleted, the focus is returned to the `Select Files` button. | ||
- When the component looses focus, the focus goes back to the `Select Files` button. | ||
## Keyboard Shortcuts | ||
@@ -5,10 +12,9 @@ | ||
|----------|---------------------------------------------------------------------| | ||
| Tab | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| Space/Enter | Opens the Select file dialog if the Select files button is focused. | | ||
| DownArrow | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| UpArrow | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| Enter | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| Escape | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| Delete | Removes the highlighted file when the focus is on a file list item | | ||
| Space | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| LeftArrow/RightArrow | Navigate between the Play/Pause, Cancel, Remove buttons of a highlighted file list item | | ||
| `Tab` | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| `Space/Enter` | Opens the Select file dialog if the Select files button is focused. | | ||
| `DownArrow` | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| `UpArrow` | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| `Enter` | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| `Escape` | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| `Space` | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| `Delete` | Removes the highlighted file when the focus is on a file list item | |
@@ -22,2 +22,4 @@ | ||
[WAI-ARIA practices: TabList example](https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html) | ||
## Section 508 | ||
@@ -24,0 +26,0 @@ |
@@ -8,3 +8,3 @@ ## Managing Focus | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"` | ||
The tab items focusing mechanism is roving tabindex. Only the active tab should have `tabindex="0"`, the remaining tabs should have `tabindex="-1"`. | ||
@@ -24,3 +24,3 @@ ## Keyboard Shortcuts | ||
## Resources | ||
- https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-19 | ||
- https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-1/tabs.html | ||
- https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html | ||
- https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#x6-4-deciding-when-to-make-selection-automatically-follow-focus |
@@ -0,1 +1,8 @@ | ||
## Managing Focus | ||
The Upload component contains a single or multiple tab stops depending on its configuration. When the `autoUpload` option is set to true, the `Select Files` button is the only tabstop and starting point for the navigation. Setting the `autoUpload` to false, the `Clear` and `Upload` buttons are included in the tab sequence. | ||
- When files are deleted, the focus is returned to the `Select Files` button. | ||
- When the component looses focus, the focus goes back to the `Select Files` button. | ||
## Keyboard Shortcuts | ||
@@ -5,10 +12,9 @@ | ||
|----------|---------------------------------------------------------------------| | ||
| Tab | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| Space/Enter | Opens the Select file dialog if the Select files button is focused. | | ||
| DownArrow | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| UpArrow | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| Enter | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| Escape | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| Delete | Removes the highlighted file when the focus is on a file list item | | ||
| Space | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| LeftArrow/RightArrow | Navigate between the Play/Pause, Cancel, Remove buttons of a highlighted file list item | | ||
| `Tab` | Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list | | ||
| `Space/Enter` | Opens the Select file dialog if the Select files button is focused. | | ||
| `DownArrow` | Highlights the next file in the file list, or the Clear button if the end of the list is reached. | | ||
| `UpArrow` | Highlights the previous file in the file list, or the Select files button if the top of the list is reached. | | ||
| `Enter` | Retries the upload of the failed file when the focus is on a file list item or starts the file upload for a valid file. | | ||
| `Escape` | Cancels the upload of the highlighted file when the focus is on a file list item | | ||
| `Space` | When Chunk upload is enabled Start or Pause the highlighted file upload | | ||
| `Delete` | Removes the highlighted file when the focus is on a file list item | |
{ | ||
"name": "@progress/wct-a11y-spec", | ||
"version": "1.6.14", | ||
"version": "1.7.0", | ||
"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
3272554
838
40214