DEV Community

Discussion on: My WebDev Notes: A simple and accessible accordion

Collapse
 
ziizium profile image
Habdul Hazeez

The article has been updated with a link to a working version of the accordion (check the blockquote at the beginning of this article).

The URL is: ziizium.github.io/my-webdev-notes/...

Thank you once again.

Collapse
 
theoarmour profile image
Theo Armour

How about adding a link to the source code from the demo?

Also you might consider comparing and contrasting with the details HTML tag

Thread Thread
 
ziizium profile image
Habdul Hazeez

How about adding a link to the source code from the demo?

On it. I'll let you know when it's done.

Also you might consider comparing and contrasting with the details HTML tag

Yeah, I read about the details tag on Go Make Things and based on the current data on Can I Use it has 93.12%. I have not read about it from the MDN link in your comment (I will now).

Thank you, I really appreciate your comment (s).

Thread Thread
 
ziizium profile image
Habdul Hazeez

@theoarmour a link to the source code is now on the demo page.

Thank you, and I am sorry it took so long.