WCAG - page as a form
For WCAG compliance in the page properties (Properties → WCAG) a new parameter was created (roleForm="true" / roleForm="false"):

If the parameter is checked, the application page is assigned the "form" role:
<div data-ex-e2e="form-presenter" class="form ex-grid ng-tns-c200-0 ng-star-inserted" id="demo" mid="demo" role="form">
<div class="form-pages ng-tns-c200-0 ng-star-inserted">By default, this parameter is enabled, because most pages in applications serve the role of a form. However, if we wanted to design a page so that it does not contain any form, according to WCAG standards it should not have such a role:
Last updated
Was this helpful?
