Moving the Web namespace folder to Core\Web
Adding enum ListItemTypes, a list of possible t...
changing default value for indent content in a ...
Adding html node class ListGroupItem, an item i...
Adding enum ButtonTypes, list of possible types...
Enabling constructor to accept Text objects as ...
Enabling the Contents property of elements to t...
Adding the bootstrap and jQuery files for thing...
Adding an index.php file for consistency with o...
Deleting Test folder and emptying out index.php...
Adding class HtmlNodeCollection, A list-like co...
Adding Class ClassCollection, A list-like colle...
Adding enum InputTypes, which lists the support...
Adding struct FBArticleData, A data structure t...
Adding enum TwitterMetaNames, Supported values ...
Adding class AElement, Represents a "a" html el...
Adding class ArticleElement
Adding class AudioElement
Adding enum MetaNames, Supported values for the...
Adding enum FBObjectTypes, Facebook Object-Type...
Adding initial files for twitter card meta data...
Adding class AbbrElement
Adding class AsideElement
Adding initial declaration of Facebook meta dat...
Adding class HtmlDocumentBase, Abstract base cl...
Adding IDOMNode, Parent interface to be impleme...
Adding HtmlNode, Parent class of all UI compone...
Adding enum DocTypes, The supported DOCTYPE dec...
Adding enum KeyTypes, The type of key to be gen...
Adding enum ScriptTypes, Supported values for t...
Adding class HtmlDocument, Base class for html ...
Adding enum TargetValues, List of most commonly...
Adding enum LinkTypeValues, Supported values fo...
Adding enum FBProperties, Facebook Open Graph p...
Adding enum TwitterCardTypes, List of supported...
Adding class EmptyElement, Base class for empty...
Adding struct TwitterCard, A data structure to ...
Adding class AddressElement
Adding enum AreaShapes, Area shapes enumeration...
Adding class AttributesCollection, A dictionary...
Adding enum Attributes, Html attributes enumera...
Adding interface IDOMMetaData, This interface i...
Adding enum SOAttributes, The attributes used t...
Adding enum SOTypes, Supported Schema.org Types
Adding interface IMetaDataProvider, Base interf...
Adding class Element, Base class of all Html El...
Removing old implementations in preparation for...
Adding enum LinkRelValues, Supported values for...
Adding enum LinkMediaValues, the supported valu...
Adding the Tags Enumeration, List of Html5 supp...
Adding enumeration AllTags, An enumeration of a...
Adding enum MetaHttpEquivValues, Supported valu...
Adding enum SOItemProperties, Supported items p...
Adding struct SOMetaData, data structure to hol...
Adding class GenericContainerElement, A generic...
Adding struct FBMetaData, A data structure to h...
Adding struct PageMetaData, A data structure to...
Adding class AreaElement
Adding class Blockquote, which Represents a boo...
Adding class Caret, which represents a simple c...
Adding collection class RequestPostCollection, ...
Adding collection class RequestCookiesCollectio...
Adding class Page, Base class for page classes.
Adding class Panel, which represents a bootstra...
Adding class Well, which represents a bootstrap...
Adding missing values
Adding collection class RequestFilesCollection,...
Adding config class BSConfig, which is a single...
Adding class Column, which represents a bootstr...
Adding collection class RequestGetCollection, a...
Adding class Row, which represents a bootstrap ...
Adding enum Status, Contextual status states fo...
Adding initial file for main bootstrap module f...
Adding enum Align, a list of possible text-alig...
Adding enumerator class RequestEnumerator, Enum...
Adding class Icon, which represents a bootstra...
Adding factory class Html, Main Factory Class f...
Adding class Request, A repository of all the r...
Adding class Text, which represents a simple te...
Adding class Badge, which represents a simple s...
Adding class ContainerElement, Base class for D...
Adding enum Capitalization, a list of possible ...
Adding enum Icons, a list of the GlyphIcons tha...
Adding Classes:
Adding class BSPage, Page class to handle addin...
Adding the new Core\Collections namespace neces...
Minor fixes
Adding NativeArray, a wraper around a normal na...
Adding NativeArrayEnumerator, an enumerator cap...
Adding NativeArrayEnumerable, an enumerable bas...
Adding CollectionBase, An optional base class f...
Adding ObjectList, a counterpart/alternative to...
Minor fix
Minor syntax fix
Adding ITest to the Hierarchy by making it exte...
Merge branch 'ft-html'
Adding modified, namespaced new UI module.
Minor formatting