diff --git a/docs/module.html b/docs/module.html index 2ad9c9fdf..cdf02d44e 100755 --- a/docs/module.html +++ b/docs/module.html @@ -169,7 +169,7 @@

Variations can be used together without negating each other unless used in a paradoxical way (A large small bunny).

Plurality

UI elements are given a plural definition. Groups of elements can share properties, in the same way "There are two tall men" provides a shortcut to saying "there is a tall man, and another tall man".

-

Some plural relationships are not as concrete as individual instances of the same thing. For example a form is a collection of related UI elements, but not all items of the same type. Semantic allows for these grouping to be defined as well, so that common grouping of elements can function together.

+

Some plural relationships are not all instances of the same thing, and can be thought of as ui collections. For example a form is a collection of related UI elements, but not all items of the same type. Semantic allows for these grouping to be defined as well, so that groups of related elements can be defined together.

Just Show Me the Code

If you'd like to shortcut any more explanation, check out the standard definition for a UI button for a live example.