Matt West is a designer at Wildbit, creators of Beanstalk, Postmark and DeployBot. He also wrote the book HTML5 Foundations. You can catch him on twitter as @MattAntWest.
March 11, 2014 in Learn
How to Use the Details and Summary Elements in HTML5
A number of new interactive elements were introduced with HTML5 that provide native implementations of common UI widgets like dialogs and modals. Among these new additions are the <details> and <summary> elements. These elements allow developers to create collapsable UI…