From 899ece6b12b35b6f8d0770ea7e3edc6c62079277 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sat, 14 Sep 2013 14:47:01 -0400 Subject: [PATCH] removes redundant definition note Former-commit-id: c8f5e734a4a2a2156411f44567baebd6b3663c60 Former-commit-id: 188bff41202a7a560fa3c38dfdf87992792f49ac --- node/src/documents/introduction/definitions.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/node/src/documents/introduction/definitions.html b/node/src/documents/introduction/definitions.html index b0df50e24..7ec4ab30e 100755 --- a/node/src/documents/introduction/definitions.html +++ b/node/src/documents/introduction/definitions.html @@ -28,12 +28,6 @@ type : 'UI Introduction'

Definitions in semantic are groups of css, fonts, images, and javascript which make up a single element. Unlike other javascript libraries, semantic UI elements are stand-alone and only require their own assets to function correctly.

-

Namespacing

- -

CSS Definitions avoid conflicts with other elements by descending rules from a common ui namespace. Any element on a page that has the class ui matches up to a UI definition. Elements without the class ui are a part of a UI definition. The UI namespace allows for individual class names to not alter other element's design, as they are defined only to modify specific nouns.

- -

UI namespaces should use a single word class name that represents its function descriptively on a web site. For example, a button will be namespaced in html using the class name "ui button".

-

Definition Types

Semantic has five different ui definitions. These are useful patterns for describing re-usable parts of a website.