diff options
author | Knoobie <Knoobie@gmx.de> | 2017-09-18 09:47:46 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-18 10:47:46 +0300 |
commit | 4c2963ac4e0f5b2a9a59bd7791f7ea563acae6eb (patch) | |
tree | af79df6c304301b17bb568e1ba988fe5415bd780 /documentation/articles/UsingRPCFromJavaScript.asciidoc | |
parent | 4e720f6b2b48d99b6abe615fa26f399c47122e17 (diff) | |
download | vaadin-framework-4c2963ac4e0f5b2a9a59bd7791f7ea563acae6eb.tar.gz vaadin-framework-4c2963ac4e0f5b2a9a59bd7791f7ea563acae6eb.zip |
Add aria-sort to Grid (#10007)
This adds basic support for aria-sort for Grid (https://www.w3.org/TR/wai-aria-1.1/#aria-sort).
- aria-sort is not added, if the column is not sortable
- aria-sort="none" is added, if the column is sortable but currently not sorted
- aria-sort="ascending" is added, if the column is sorted by asc
- aria-sort="descending" is added, if the column is sorted by desc
- aria-sort="other" is added, if more than 1 column is sorted, currently there is no aria-sort-order
Diffstat (limited to 'documentation/articles/UsingRPCFromJavaScript.asciidoc')
0 files changed, 0 insertions, 0 deletions