WCAG - page as a form
For the purpose of WCAG adaptation in the page properties (Properties GesCheckbox11.ariaLabel WCAG) a new parameter was created (roleForm="true" / roleForm="false"):

If the parameter is checked, the application page is assigned the role "form":
<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 act as 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:
<div data-ex-e2e="form-presenter" class="form ex-grid ng-tns-c200-0 ng-star-inserted" id="demo" mid="demo">
<div class="form-pages ng-tns-c200-0 ng-star-inserted">Last updated
Was this helpful?
