According to WhatWG, the “<details /> element represents a disclosure widget from which the user can obtain additional information or controls“. In brief, you can use it to create panelbar elements without JavaScript, as the expand / collapse functionality is native to it. Currently (October, 2011), the only browser which supports <details /> is Google [...]
Archive for October, 2011
HTML 5 Details Element Enabler
Posted in CSS3, HTML5, JavaScript, YUI, tagged css3, details, details element, HTML5, summary, summary element on October 28, 2011 | 5 Comments »
CSS3 Element Reflections
Posted in CSS, CSS3, SVG, Tips and Tricks, tagged css generated content, css reflections, css3 gradients, svg on October 13, 2011 | Leave a Comment »
Recently I was asked to find a CSS-only solution for image (or anything) reflections, and since the only browsers that support box reflections (-webkit-reflect) out of the box are Google Chrome and Apple Safari, I had to find a crossbrowser solution, and this is what I would like to present today. The Markup Actually we [...]