parse_html_document

Function parse_html_document 

Source
pub async fn parse_html_document(
    text: &str,
    uri: &Url,
    manager: &CssVariableManager,
) -> Result<(), String>
Expand description

Parse an HTML document and extract CSS from style blocks and inline styles