WCAG - page as form

For WCAG compliance, in the page properties (PropertiesWCAG) a new parameter was created (roleForm="true" / roleForm="false"):

Figure 1. "Page contains a form" parameter in Eximee Designer

If the parameter is selected, 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 as forms. However, if we wanted to design a page so that it did not contain any form, according to WCAG standards it should not have such a role:

Last updated

Was this helpful?