Whitespace
An enumeration with the various whitespace handling modes.
namespace AngleSharp.Dom.Css
{
public enum Whitespace : byte
{
Normal,
Pre,
NoWrap,
PreWrap,
PreLine
}
}