Problem
37-art-gallery-exhibition is tagged has-form but declares no forms capability. The fixture matrix therefore normalizes capabilities: [], never provisions Jetpack, never activates the contact-form module, and never runs provider readiness. Nine otherwise mappable forms remain html_form_fallback: seven repeated footer newsletter forms plus the contact and visit forms.
Homeboy evidence: run 5aedff96-df46-466e-b2db-e7e84e88b347.
Work
- Add the
forms capability to the fixture metadata.
- Run the fixture through Jetpack provisioning/readiness.
- Verify all supported controls materialize into native Jetpack form blocks/markup.
- Confirm zero visual regressions and editor-valid output across the bounded surface matrix.
- File a mapper defect only for controls or shell semantics Jetpack actually declines.
The free-form has-form tag remains useful for querying but must not substitute for capability declaration.
Problem
37-art-gallery-exhibitionis taggedhas-formbut declares noformscapability. The fixture matrix therefore normalizescapabilities: [], never provisions Jetpack, never activates the contact-form module, and never runs provider readiness. Nine otherwise mappable forms remainhtml_form_fallback: seven repeated footer newsletter forms plus the contact and visit forms.Homeboy evidence: run
5aedff96-df46-466e-b2db-e7e84e88b347.Work
formscapability to the fixture metadata.The free-form
has-formtag remains useful for querying but must not substitute for capability declaration.