Summary: The <details> is used as a disclosure widget from which the user can obtain additional information or controls. <summary> is used as a summary or legend of the details. To expand the details, the user could click on the summary or by adding a bool attribute 'open' to the details.
An example: Open the example in Chrome or Safari. http://simpl.info/details/ Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=591737 Link to standard: https://html.spec.whatwg.org/multipage/forms.html#the-details-element Platform coverage: All platforms. Estimated or target release: Firefox 45 or 46. Preference behind which this will be implemented: No preference yet. Will add if needed. DevTools bug: None. Do other browser engines implement this: Implemented by Chrome and Safari. http://caniuse.com/#feat=details _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform