Releases: nico3333fr/van11y-accessible-hide-show-aria
v3.0.3
Version 3.0.0
- full rewrite
- configuration of attributes overwritable on plugin call
- prepared addition of methods
- demos and docs updated
Add empty element in case of pseudo element symbol in generated button
It creates an empty element in the generated button, dedicated to use pseudo-element content, which won’t be vocalised.
Updated demos: https://van11y.net/downloads/hide-show/demo/index.html
Doc: https://van11y.net/accessible-hide-show/
Announcement: https://van11y.net/2018/01/29/New-feature-for-accessible-hide-show-script-pseudo-element
Fix issue on Chrome
If an the button generated has children, if you click on them, Chrome now triggers correctly the event.
Version 2.0: Add API to add programmatically hide/show
If you need to apply hide/show script to <div id="newContent">your hide/show source</div> do use:
van11yAccessibleHideShowAria(document.getElementById('newContent'));
Updated documentation and fixed mistake in package.json
Version 2.0: Add API to add programmatically expand
If you need to apply hide/show script to <div id="newContent">your hide/show source</div> do use:
van11yAccessibleHideShowAria(document.getElementById('newContent'));
Updated documentation
1st release of script
This script will transform a simple list of Hx/contents into shiny and accessible hide/show – collapsible regions – using ARIA.
The demo is here: https://van11y.net/downloads/hide-show/demo/index.html
Website is here: https://van11y.net/accessible-hide-show/
La page existe aussi en français : https://van11y.net/fr/panneaux-depliants-accessibles/