[
https://issues.apache.org/jira/browse/WEEX-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266452#comment-16266452
]
ASF GitHub Bot commented on WEEX-108:
-------------------------------------
GitHub user misakuo opened a pull request:
https://github.com/apache/incubator-weex/pull/912
[WEEX-108][Android] support role property to accessibility
Testcase:
http://dotwe.org/weex/a1a89e2c1f82aaa1559cb9ceefd63f7f
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/misakuo/incubator-weex android-feature-a
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/912.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #912
----
commit a2c9a97a7a1becbe17efb5d1057ec98e715c4ba4
Author: misakuo <[email protected]>
Date: 2017-11-13T03:37:08Z
* [android] support role property to accessibility
(cherry picked from commit c4721ba)
commit 670cd596197111b1a5a64befd8edc33cdc6cd0ec
Author: misakuo <[email protected]>
Date: 2017-11-20T04:47:59Z
* [android] add license header
(cherry picked from commit 2aa3b95)
commit e30d333a38674d3d4ca252788149f3e4c51fdc6c
Author: misakuo <[email protected]>
Date: 2017-11-20T07:06:13Z
* [android] remove cn strings
(cherry picked from commit 219d0e3)
commit bff78798c70713fa8c58cbbffba7e229710dcb8f
Author: misakuo <[email protected]>
Date: 2017-11-27T03:04:02Z
* [android] fix en role
(cherry picked from commit 5fe0d9d)
----
> Weex support Accessibility
> --------------------------
>
> Key: WEEX-108
> URL: https://issues.apache.org/jira/browse/WEEX-108
> Project: Weex
> Issue Type: Improvement
> Components: Android, iOS, Web Renderer
> Reporter: xingZhang
> Assignee: xingZhang
>
> According to the W3C Proposed Recommendation documentation about
> accessibility of web content, weex now mainly implement attributes about
> role, aria-label and aria-hidden on all of our component. Weex developers can
> build accessible app using these attributes.
>
> see more
> [role](https://www.w3.org/TR/html-aria/#allowed-aria-roles-states-and-properties),
> [aria-label](https://www.w3.org/TR/wai-aria-1.1/#aria-label),
> [aria-hidden](https://www.w3.org/TR/wai-aria-1.1/#aria-hidden)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)