You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the table caption is placed at the bottom of the table, and there is no prop available to choose the location.
This, I'd argue, is an accessibility concern.
Though this may not affect SR users, some users with certain cognitive disorder(s) might benefit from seeing the table caption before the table to understand the context.
I know it can be changed from the component file that gets created when it's installed, but adding a prop on the <Table> might also be beneficial to developers.
Proposal:
Seeing how the class caption-bottom in the <table> I suggest <Table captionLocation ="top | bottom"></Table>
The default value would be "top"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed that the table caption is placed at the bottom of the table, and there is no prop available to choose the location.
This, I'd argue, is an accessibility concern.
Though this may not affect SR users, some users with certain cognitive disorder(s) might benefit from seeing the table caption before the table to understand the context.
I know it can be changed from the component file that gets created when it's installed, but adding a prop on the
<Table>
might also be beneficial to developers.Proposal:
Seeing how the class
caption-bottom
in the<table>
I suggest<Table captionLocation ="top | bottom"></Table>
The default value would be "top"
Beta Was this translation helpful? Give feedback.
All reactions