diff --git a/src/tabview/docs/index.mustache b/src/tabview/docs/index.mustache index 56487061377..a91e08b35b2 100644 --- a/src/tabview/docs/index.mustache +++ b/src/tabview/docs/index.mustache @@ -1,5 +1,7 @@

Anatomy of a TabView

+

Minimum Markup Requirement

+

A TabView consists of a list of links that target a content element.

The basic markup needed to create from HTML is the following:

@@ -18,15 +20,22 @@ ``` +

Rendered Markup

After a TabView is rendered, the final markup becomes: ```

foo content
@@ -100,7 +109,7 @@ YUI().use('tabview', function(Y) {

Skinning TabView

The TabView comes with a basic skin by default. This can be easily - customized using the rich set of classNames.

+ customized using the rich set of classNames.

For a more polished look and feel, we also ship with the "sam skin", which can be applied by adding the yui3-skin-sam className to some ancestor:

@@ -157,5 +166,5 @@ YUI().use('tabview', function(Y) { -

This is not an exhaustive list. See the API docs for a complete listing.

+

This is not an exhaustive list. See the API docs for a complete listing.