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

role attribute and graphical editing tool #105

Closed nanassito closed 11 years ago

nanassito commented 11 years ago

I am working on a basic WYSIWYG tool to edit dzslides directly in the browser as a pet-project.

I was wondering why dzslides does not use the role attribute to determine what is a slide instead of only the section tag ? To me we got the following pros and cons :

Is there something I am missing ? What's your opinion on using the role attribute ?