From 986505846ed27d34962353a967d1689cbdda4969 Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Mon, 19 Jan 2009 21:02:36 +0000 Subject: updated the demo captions, and reordered the examples navigation --- demos/accordion/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos/accordion/default.html') diff --git a/demos/accordion/default.html b/demos/accordion/default.html index b9d74c6c6..c85605aec 100644 --- a/demos/accordion/default.html +++ b/demos/accordion/default.html @@ -57,7 +57,8 @@
-

This is a default accordion which is an expandable/collapsible content pane that is useful for situations when content must be displayed within limited space and can be broken into logical sections, much like tabs. Sections open when clicked by default. The HTML code is a series of headers (H3) and content divs so the content is still usable without Javascript.

+

Click headers to expand/collapse content broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.

+

The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is usable without JavaScript.

-- cgit v1.2.3