Restrict af-fieldset directive to A not E
authorColeman Watts <coleman@civicrm.org>
Thu, 31 Oct 2019 00:33:26 +0000 (20:33 -0400)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:19 +0000 (19:13 -0700)
commitd16b39c3c687d68900fba7d090693ea27ea6bc2c
tree0f4332a2538221cba330bb2841dea57e867dc660
parenta0f8a062ac1c7e6704efdda4a19867cc97030352
Restrict af-fieldset directive to A not E

The af-fieldset directive was ambiguiously set to restrict: "AE"
but only "E" was supported. I want to pick one and stick with it, and
I prefer "A" because the fieldset is also a container, so div or fieldset
seem like the appropriate tag names.
ext/afform/core/Civi/Afform/FormDataModel.php
ext/afform/core/afform.php
ext/afform/core/ang/af/Fieldset.js
ext/afform/core/ang/afBlock/ContactName.html
ext/afform/core/ang/afBlock/ContactName.js
ext/afform/core/ang/afField/afField.js
ext/afform/core/tests/phpunit/Civi/Afform/FormDataModelTest.php
ext/afform/docs/sandbox/planning-v0.3.md
ext/afform/mock/ang/afex.aff.html
ext/afform/mock/ang/testAfform.aff.html