Table of Contents

Enum CssWarningLevel

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

Severity levels for CSS parsing warnings.

public enum CssWarningLevel

Fields

Info = 0

Informational message.

Low = 1

Minor issue that doesn't affect parsing.

Medium = 2

Potentially problematic but still valid.

High = 3

Significant issue that may cause unexpected behavior.