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:22:00 UTC

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

     [ https://issues.apache.org/jira/browse/TAP5-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago Henrique De Paula Figueiredo updated TAP5-2631:
------------------------------------------------------
    Description: 
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.
* role="alert" for error messages, including Errors and Error components.

  was:
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.
* 


> 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
>            Priority: Major
>
> 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.
> * role="alert" for error messages, including Errors and Error components.



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