Phoenix.LiveView.TagEngine tag handler for ~PDF templates.
Classifies component/slot syntax exactly like HEEx, but restricts plain
tags to the Mead element vocabulary so typos fail at compile time.
Attribute handling is delegated to Phoenix.LiveView.HTMLEngine: Mead
attributes are deliberately string-typed (CSS-like), so HTML-style
attribute emission is exactly what we want.