on_html


Description:

public override void on_html (bool is_start, string tag, string attributes)

Callback for HTML tags. Parser sends the tag name and attributes, we create a new state, and parser will call on_html(false, ...) for the close tag.

Parameters:

tag

The HTML tag name (e.g., "div", "span")

attributes

The HTML tag attributes (e.g., "class='test'")