Difference between revisions of "ARIA Expanded state"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <script type="text/javascript"> | ||
+ | function toggle() { | ||
+ | |||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
<section> | <section> | ||
− | <button aria-expanded="true"> | + | <button id="b1" aria-expanded="true"> Activate to expand </button> |
<p> This is text.</p> | <p> This is text.</p> | ||
</section> | </section> | ||
<section> | <section> | ||
− | <a aria-expanded="true" href="http://www.ssbbartgroup.com"> SSB</a> | + | <a id="a1" aria-expanded="true" href="http://www.ssbbartgroup.com"> SSB</a> |
<p>SSB BART Group is an digital accessibility solutions provider.</p> | <p>SSB BART Group is an digital accessibility solutions provider.</p> | ||
</section> | </section> | ||
+ | <body> | ||
</html> | </html> |