# Disclosure

[Progressive disclosure](http://en.wikipedia.org/wiki/Progressive_disclosure) is an interaction design technique often used in human computer interaction to help maintain the focus of a user's attention by reducing clutter, confusion, and cognitive workload. This improves usability by presenting only the minimum data required for the task at hand.

<table data-header-hidden><thead><tr><th width="208">Pattern</th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td>Pattern</td><td>Working Examples</td><td>Best Practices</td><td>Interaction Design</td><td>Developer Guide</td></tr><tr><td><a href="disclosure/accordion">Accordion</a></td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td><a href="disclosure/carousel">Carousel</a></td><td>✓</td><td>✓</td><td>✓</td><td>✕</td></tr><tr><td><a href="disclosure/details">Details</a></td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td><a href="disclosure/popover">Popover</a></td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td><a href="disclosure/footnote">Footnote</a></td><td>✓</td><td>✕</td><td>✕</td><td>✕</td></tr><tr><td><a href="disclosure/infotip">Infotip Button</a></td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td><a href="disclosure/lightbox-dialog">Lightbox Dialog</a></td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td><a href="disclosure/panel-dialog">Panel Dialog</a></td><td>✕</td><td>✕</td><td>✕</td><td>✕ </td></tr><tr><td><a href="disclosure/pulldown-list">Pulldown List</a></td><td>✕</td><td>✓</td><td>✓</td><td>✕</td></tr><tr><td><a href="disclosure/segmented-buttons">Segmented Buttons</a></td><td>✓</td><td>✓</td><td>✓</td><td>✕</td></tr><tr><td><a href="disclosure/tabs">Tab</a></td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td><a href="disclosure/tooltip">Tooltip</a></td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr></tbody></table>
