//! HTML DOM → StyledTree conversion.
//!//! Walks the parsed DOM tree, resolves CSS styles from `<style>` blocks
//! and inline `style=""` attributes, and builds a `StyledTree`.
modcascade;modcore;modstylesheets;modtable;moduri;pubusecore::{ConvertOptions, html_to_tree, html_to_tree_with_css, html_to_tree_with_options};