enum EE::UI::CSSListStyleType

#include <csslayouttypes.hpp>

enum CSSListStyleType {
    None,
    Disc,
    Circle,
    Square,
    Decimal,
    LowerAlpha,
    UpperAlpha,
    LowerRoman,
    UpperRoman,
};