# Governed Construction Boundary

> Route all DOM creation through one governed factory that resolves a node spec of shape `{ el, variant, size, gap, tone, measure, layout, class, on, children }` against the type, handler, and component registries, maps each axis key to its `data-*` attribute, treats `class` as a gated hook (icon-font glyph, `u-*` utility, or `c-*` component — never bespoke, never appearance), throws on any unknown type, handler, or component, and refuses an inline `style` attribute.

Record: `algo:governed-construction-boundary`
Kind: css-cascade
Canonical: https://banes-lab.com/ontology/algorithms#algo-governed-construction-boundary
Closure: https://banes-lab.com/json/records/algo/governed-construction-boundary/closure

## composes

- [Construction Boundary](https://banes-lab.com/records/algo/construction-boundary.md)
- [Error Boundary](https://banes-lab.com/records/algo/error-boundary.md)
- [Security Policy](https://banes-lab.com/records/algo/security-policy.md)
