paulrouget / dzslides

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

used role attribute to better identify slides #106

Closed nanassito closed 5 years ago

nanassito commented 11 years ago

I understand that slides are identified by the fact that they are only sections. I think that we should use the role attribute to identify sections. Indeed, using this attribute could enable us to add sections with slides (like left/right part) but also to integrate slide within a page without the need of an iframe (which I think is needed to build a wysiwyg editor).

What do you think ?