You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Thiago Henrique De Paula Figueiredo (Jira)" <ji...@apache.org> on 2020/07/04 19:21:00 UTC

[jira] [Created] (TAP5-2631) Make Tapestry forms more accessible with automatic generation WAI-ARIA attributes

Thiago Henrique De Paula Figueiredo created TAP5-2631:
---------------------------------------------------------

             Summary: Make Tapestry forms more accessible with automatic generation WAI-ARIA attributes
                 Key: TAP5-2631
                 URL: https://issues.apache.org/jira/browse/TAP5-2631
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
            Reporter: Thiago Henrique De Paula Figueiredo


Tapestry can make its forms more accessible by adding these WAI-ARIA attributes:
* aria-required when the field has the Required validation.
* aria-invalid when the field has been validated in the client side.
* aria-labelledby when a form field component has a matching Label component, which should have id attribute generated if not provided explicitly.
* aria-describedby when an error message is being shown for a form field.
* 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)