refactor(stylesheet): move Semantic CSS to the browser (#3329)

This commit is contained in:
Amruth Pillai
2026-08-16 16:50:27 +02:00
committed by GitHub
parent f848e57436
commit 9509b5bc2e
203 changed files with 11838 additions and 14842 deletions
+4 -2
View File
@@ -28,7 +28,8 @@ Run tests:
## Semantic CSS
Run opt-in conversion, editing, conflict, last-valid, default-mode, and visual acceptance:
Run the six Semantic CSS scenarios: default mode, legacy conversion, source-only autosave preservation, portable
selector rendering, break-inside pagination, and all-template visual regression:
```bash
pnpm exec playwright test tests/e2e/specs/semantic-css
@@ -48,6 +49,7 @@ pnpm exec playwright test tests/e2e/specs/semantic-css/template-visual.spec.ts \
- Builder basics edit and autosave persistence.
- JSON export/import.
- Public sharing for anonymous visitors.
- Semantic CSS legacy conversion, last-valid recovery, portability, revision conflicts, and all-template visual regression.
- Semantic CSS default mode, legacy conversion, source-only autosave preservation, portable selector rendering,
break-inside pagination, and all-template visual regression.
PDF, DOCX, OAuth, passkeys, 2FA, password reset, and AI flows are intentionally outside the initial PR gate.