CSS Property Mapping
CSS → Grida IR property mapping table and TODO tracker.
CSS → Grida IR property mapping table and TODO tracker.
Tracking docs for the Grida IR schema and how external formats map into it.
The Grida IR is the in-memory scene graph used by all Grida rendering, layout, and editing pipelines. It is the single representation that CSS, HTML, SVG, and .grida files all target.
How HTML elements map to Grida IR nodes. For CSS property mapping, see css.md.
The MarkdownNode renders GFM (GitHub Flavored Markdown) directly to a Skia Picture using pulldown-cmark's event stream and Skia's textlayout::Paragraph API. No HTML/CSS pipeline is involved — the markdown source is walked and drawn in a single pass.
SVG → Grida IR property mapping and TODO tracker.