Render an accessible form into a container from a declarative schema.
The runtime owns the container children until destroy() is called. Schema text is rendered with DOM APIs and textContent; schema strings are never executed as code.
destroy()
textContent
Render an accessible form into a container from a declarative schema.
The runtime owns the container children until
destroy()is called. Schema text is rendered with DOM APIs andtextContent; schema strings are never executed as code.