LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

All components - text - tables #39

Open LIT-EIA-OWNER opened 3 years ago

LIT-EIA-OWNER commented 3 years ago

tables should we wrapped in a div with the style "overflow-y: auto;"

LIT-EIA-OWNER commented 3 years ago

$('.text-body table').wrap('<div style="overflow-y: auto"></div>');

LIT-EIA-OWNER commented 2 years ago

Apparently this table is accessible, a nice example? https://noc.esdc.gc.ca/Structure/Matrix

ftourangeau commented 1 year ago

This should work, not implemented yet