fix(runtime): show transport failures in app error outlets

Make failed hemx requests visibly recoverable by updating root-scoped data-hemx-error outlets while preserving fail-closed non-2xx handling and inspectable hemx:error events. The v0 generated-app exemplar now includes a transport error outlet alongside generated field-error targets.

req: runtime/005

req: examples/001

req: canonical_authoring/003
This commit is contained in:
slhx agent
2026-06-22 22:26:33 +02:00
parent f1aa232c94
commit de6ecd469f
7 changed files with 31 additions and 4 deletions
+1
View File
@@ -1541,6 +1541,7 @@ fn known_hemx_attr(name: &str) -> bool {
| "data-hemx-nav"
| "data-hemx-boost"
| "data-hemx-error-for"
| "data-hemx-error"
| "data-hemx-island"
)
}