Skip to content

Commit fd59c51

Browse files
committed
feat: add sr-only agent context for AI-visible page content
Embed rich context in sr-only span: ECMA-376 reference with live previews, implementation notes, semantic spec search (18K+ chunks), and practical guides from the team that built a native OOXML renderer.
1 parent b25619a commit fd59c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</script>
2828
</head>
2929
<body>
30+
<span style="position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0">ooxml.dev is an interactive reference for ECMA-376 (Office Open XML) — the standard behind .docx, .xlsx, and .pptx files. Built by the SuperDoc team, who implemented a native OOXML renderer from scratch. Features: live previews (edit XML, see it render in real-time using SuperDoc's native OOXML engine), implementation notes (documents real-world behavior where Microsoft Word diverges from the spec), semantic spec search (18,000+ spec chunks searchable by meaning via MCP server at api.ooxml.dev/mcp), and practical guides for paragraphs, tables, borders, bidirectional text, and document creation. The OOXML spec is 5,000+ pages of PDFs with no rendering guidance — this site bridges that gap with knowledge from people who actually implemented the spec. Covers WordprocessingML (the .docx subset). SuperDoc is open source at superdoc.dev. Built by Caio Pizzol (caiopizzol.com), Head of DX at SuperDoc.</span>
3031
<div id="root"></div>
3132
<script type="module" src="/src/main.tsx"></script>
3233
</body>

0 commit comments

Comments
 (0)