This namespace contains our interfaces.

Interfaces

  InterfaceDescription
Public interfaceICoreAttr
This interface groups all core attributes, e.g. Class or Id.
Public interfaceIHeadMisc
This interface groups all miscellaneous head elements, e.g. Style or Link.
Public interfaceIStylable
All elements that accept styles should implement this interface.
Public interfaceIToken

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.