dcx-react-library icon indicating copy to clipboard operation
dcx-react-library copied to clipboard

Tabs is not non-js compliant

Open Ibabalola opened this issue 2 years ago • 1 comments

Tabs is not non-js compliant, with js turn off contents of all tabs do not display

To disable Javascript on your chrome browser please refer to the following guide

Please create your branch from release/0.6

git checkout release/0.6
git pull
git checkout -b 'feature/tab-nonJs'

Describe the solution you'd like tabs should be able to work without javascript enabled current it doesn't

Ibabalola avatar Mar 24 '22 17:03 Ibabalola

@brightpixels can you please confirm if this ticket is still needed?

daniele-zurico avatar Jul 25 '22 10:07 daniele-zurico

I've been given the recommendation to look at the tabs behaviour in GDS component library. The non JS approach they use is to list all the tabs as links and then put all the tab contents underneath each other.

I will code the layout to match this approach as long as that is ok with everyone else.

cg-julian-taylor avatar Feb 07 '23 14:02 cg-julian-taylor