AntiPattern
Implicit HTML Encoding Breaks UI
implicit-html-encoding-dom-swap-mismatch
User-controlled or dynamic HTML is implicitly treated as text (via framework encoding or DOM replacement), so later stages like HTMX swaps or WYSIWYG initialization render nothing or the wrong content. The UI appears broken or silently empty.