--- title: "Data Table Serialization" category: studio-standards status: required url: https://webspecification.com/spec/studio-standards/data-table-serialization/ source_repo: undefined licence: CC-BY-4.0 --- # Data Table Serialization > Designing semantic HTML tables specifically so they can be perfectly parsed and reasoned over by LLMs. ## What is it? Data Table Serialization is the strict adherence to semantic tabular markup (``, `
`, `scope`, `headers`) specifically optimized for machine readability, avoiding complex visual table hacks. ## Why does it matter? LLMs (Large Language Models) linearize HTML tables to reason about the data. Visual hacks like nested tables, extensive `colspan`/`rowspan`, or CSS-grid "tables" that use `| Architecture | TTFB | Personalization |
|---|---|---|
| Edge Rendering | ~50ms | High |
| Static Generation (SSG) | ~20ms | None |