#include <GCss.h>
Inherited by Html2::GTag.
Public Types | |
enum | PropType |
I've using the american spelling for 'color' as opposed to the english 'colour' because the CSS spec is written with 'color' as the spelling.
enum GCss::PropType |
These are all the types of CSS properties catagorised by their data type. The enum value of the prop is encoded in the bottom 8 bits, the data type of the property is encoding in the top remaining top bits.