Closed boxadesign closed 5 years ago
@bameyrick I've completed work on the js for the sortable table variant so it's ready for review again.
Added to the A11y auditing to be conducted.
@boxadesign @armstrongb Tables are looking good. For consistency, should we make the sortable table headers bold as well? Could also remove the underline as they're not links, what do you think?
@RhodGriffith I think the bold sortable th
is on @boxadesign 's list
@armstrongb Have updated with the additional scroll shadows and scrollbar.
@armstrongb Have updated with the additional scroll shadows and scrollbar.
... and bold on th
. LGTM
@boxadesign we're awaiting DAC report section on the sortable table.
@armstrongb Have added in some aria
based on this http://adrianroselli.com/2018/02/tables-css-display-properties-and-aria.html
Have tested with voiceover and rotor and seems to be working in a sensible way now. Possibly one to go for a re-test as it's quite small.
Thanks @boxadesign can you add the information to the docs so that people implementing them understand necessity and need for this. Thanks.
@armstrongb Are we waiting on DAC sortable test before we merge in?
DAC had one main issue with the sortable. When the sortable th
was focused it wasn't clear what the button did. Have added "Sort by" aria-label
before the cell value is read out to provide more information about the button
.
What is the context of this PR?
Describe what you have changed and why, link to other PRs or Issues as appropriate.
How to review
Describe the steps required to test the changes (include screenshots if appropriate).