fix(build): reject unknown slhx attributes
Fail fast when templates use misspelled or unsupported data-slhx-* attributes, with guidance to fix the spelling or use non-slhx data-* metadata for app-specific islands. req: convention/009 req: diagnostics/002
This commit is contained in:
@@ -884,6 +884,9 @@ All forms support returning `impl IntoEffect` and compose through tuples.
|
||||
### req: convention/008
|
||||
008 `data-slhx-disable-while-pending` disables the triggering form controls or button while the request is active and restores them afterward.
|
||||
|
||||
### req: convention/009
|
||||
009 Unknown `data-slhx-*` authoring attributes are build errors with a suggested fix. slhx-owned attributes are a checked contract, not a silent extension namespace; opaque/integration islands should use explicit allowed attributes or their own non-slhx `data-*` names.
|
||||
|
||||
---
|
||||
|
||||
## multipart
|
||||
|
||||
Reference in New Issue
Block a user