paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
932 stars 255 forks source link

Aria role instead of details #102

Closed itpastorn closed 11 years ago

itpastorn commented 11 years ago

Addressing issue 98 Changed CSS, JavaScript and example HTML

Note that the function getDetails has been renamed and that this increases naming conistency with GET_NOTES and NOTES in the onmessage event handler

Notes must not be a div, but can be any kind of HTML-element that has the aria role="note" attribute set.

itpastorn commented 11 years ago

OK, it seems that new commits I push automatically are added to the pull request. You live and you learn.

hsablonniere commented 11 years ago

Yes it does. I made the same mistake.