Skip to main content

check

Function check 

Source
pub fn check(html: &str) -> Result<CheckReport, CheckError>
Expand description

Checks a complete HTML document with the default options.

Findings are returned in parser order. Technical initialization failures are returned as CheckError rather than being represented as findings.