Re: Solved: Link Based Collapsable Lists

2020-01-31 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector


  


Re: Solved: Link Based Collapsable Lists

I haven't implemented this myself, but here's what I quickly came up with:1) hiding text can be done by display:none. Give some class definitions to your css so that contents can be hidden/shown by just modifying the class name.2) aria-expanded is what you're looking for.3) If you're going to show the page to sited people, you might want to use css templates or something similar. I think some css templates provide colapsable lists. I don't know about a11y for that approach; you may need to add aria-expanded properly.

URL: https://forum.audiogames.net/post/497520/#p497520




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Solved: Link Based Collapsable Lists

2020-01-31 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector


  


Re: Solved: Link Based Collapsable Lists

I'm sincerely sorry, I ment aria-expanded, not aria-hidden. I quickly wrote the previous post before going to bed and forgot to preview.aria-expanded="true" adds "expanded" narration for screen reader. aria-expanded="false" adds colapsed.aria-hidden hides the element from screen reader, but it is not visually hidden. Use display:none instead.

URL: https://forum.audiogames.net/post/497628/#p497628




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Solved: Link Based Collapsable Lists

2020-01-31 Thread AudioGames . net Forum — Developers room : DyingMoose93 via Audiogames-reflector


  


Re: Solved: Link Based Collapsable Lists

@2, I have figured it out, thank you.

URL: https://forum.audiogames.net/post/497565/#p497565




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector