This directory contains Architecture Decision Records (ADRs) for HyperRender - documents that capture important architectural decisions along with their context and consequences.
An Architecture Decision Record (ADR) is a document that captures a significant architectural decision made along with its context and consequences.
Each ADR follows this structure:
- Title: Short noun phrase
- Status: Proposed, Accepted, Deprecated, Superseded
- Context: The issue motivating this decision
- Decision: The change we're proposing or have agreed to
- Consequences: The impacts of this decision (positive and negative)
| ADR | Title | Status |
|---|---|---|
| 0001 | Unified Document Tree (UDT) Model | Accepted |
| 0002 | Single RenderObject Architecture | Accepted |
| 0003 | CSS Float Layout Support | Accepted |
| 0004 | CJK Line-Breaking (Kinsoku Shori) | Accepted |
| 0005 | InlineSpan Over Widget Tree | Accepted |
- Copy
template.mdtoNNNN-title-with-dashes.md - Fill in the sections
- Submit for review
- Update this index