Table of Contents

Class CssSelectorValidator

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

Validates and analyzes CSS selectors to provide diagnostics feedback and detect modern selectors that may not be fully supported.

public sealed class CssSelectorValidator
Inheritance
CssSelectorValidator
Inherited Members

Methods

Analyze(string)

Analyzes a single CSS selector for features and issues.

AnalyzeSelectors(string)

Analyzes multiple comma-separated selectors.

GetDiagnostics(string, CssWarningLevel)

Gets diagnostic information for a selector to report via CssParsingContext.

GetSelectorDescription(string)

Gets a human-readable representation of a selector's features.