Details and summary tag compatibility issues
How do you get the details and summary tag for HTML5 to work on all browsers? I can get the details and summary tag to work with google chrome but i can't get it to work with any other browser. This is an old question, but there is still limited browser support for the details and summary tags. One blog post that I found to be useful was this: http://blog.teamtreehouse.com/use-details-summary-elements . It uses jquery for backward compatibility. I use this to get it to work on all non-supporting browsers: if(this.parentElement.getAttribute('open')!='open') this.parentElement.setAttribute('open