You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/07/04 19:23:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17151402#comment-17151402 ] 

ASF subversion and git services commented on TAP5-2631:
-------------------------------------------------------

Commit 5894c1c6ce76ec3937ebd8151b1614503869ee05 in tapestry-5's branch refs/heads/master from Thiago H. de Paula Figueiredo
[ https://gitbox.apache.org/repos/asf?p=tapestry-5.git;h=5894c1c ]

TAP5-2631: Make forms more accessible with WAI-ARIA attributes

> 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
>            Assignee: 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)