pub fn add_scope_class(html: &str, id: &str) -> StringExpand description
Add a scope class to every opening HTML tag in the fragment.
Skips closing tags, comments, and tags in [SKIP_SCOPE_TAGS].
Handles: existing class, no class, self-closing tags.