Enum CssWarningLevel
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
Severity levels for CSS parsing warnings.
public enum CssWarningLevel
Fields
Info = 0Informational message.
Low = 1Minor issue that doesn't affect parsing.
Medium = 2Potentially problematic but still valid.
High = 3Significant issue that may cause unexpected behavior.