Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions components/tilelayout/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ This section lists the selectors, attributes, and behavior patterns supported by
| | `aria-labelledby` | Associates the focusable item wrapper with the respective header text element (.k-tilelayout-item-header .k-card-title). |
| | `tabindex=0` | Makes the item wrapper element focusable. |
| | `aria-keyshortcuts=Enter` | Announces Enter as an available key shortcut when the item is focused. |
| | `aria-dropeffect=execute` | Announces that an action, supported by the drop-target (resizing or reordering) will be executed when the item is dropped. |
| | `aria-grabbed=true/false` | The "aria-grabbed" state indicates an element's 'grabbed' state in a drag-and-drop operation. |
| `.k-tilelayout-item-header .k-card-title` | `id` | Unique and deterministic identifier to link the header text element to the focusable wrapper. |

## Section 508
Expand Down
8 changes: 4 additions & 4 deletions src-a11y/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@progress/wct-a11y-spec": "^2.19.1",
"@progress/wct-a11y-spec": "^2.20.0",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.5.6",
"gulp-rename": "^2.0.0",
Expand Down