mathiasbynens / jquery-details

World’s first <details>/<summary> polyfill™
https://mths.be/details
GNU General Public License v2.0
121 stars 34 forks source link

support for role=group and @aria-controls #25

Closed jasonkiss closed 8 years ago

jasonkiss commented 8 years ago

Improved programmatic accessibility with clearer structural semantic grouping and relations for details/summary through addition of role="group" on the <details> and @aria-controls on <summary> referencing @id from <details>.