This namespace contains our interfaces.
Interfaces
|
| Interface | Description |
|---|
 | ICoreAttr |
This interface groups all core attributes, e.g. Class or Id.
|
 | IHeadMisc |
This interface groups all miscellaneous head elements, e.g. Style or Link.
|
 | IStylable |
All elements that accept styles should implement this interface.
|
 | IToken | This is the common interface of all HTML elements, attributes, etc. It allows us to use list initializers for elements with both attributes and child elements. |