[
https://issues.apache.org/jira/browse/WEEX-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266444#comment-16266444
]
ASF GitHub Bot commented on WEEX-108:
-------------------------------------
GitHub user misakuo opened a pull request:
https://github.com/apache/incubator-weex/pull/911
[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-accessiblity
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/911.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 #911
----
commit c4721babb57187e5f85e7c301f617e0104b39b66
Author: misakuo <[email protected]>
Date: 2017-11-13T03:37:08Z
* [android] support role property to accessibility
commit 52eb172e229240f88caebb41208ac840c84ada0a
Author: moxun <[email protected]>
Date: 2017-11-15T11:35:41Z
Merge branch 'master' into android-feature-accessible
commit 2aa3b957971de4da7e4508ca2da9529dca317cb5
Author: misakuo <[email protected]>
Date: 2017-11-20T04:47:59Z
* [android] add license header
commit 3b31e37e1519966c2274605fd3b0eff0137c63a9
Author: misakuo <[email protected]>
Date: 2017-11-20T07:01:24Z
* [android] fix page oin slider can not receive the lifecycle callbacks
commit dc1f94f6fb6f139df821db35a96859a8098ca981
Author: misakuo <[email protected]>
Date: 2017-11-20T07:04:06Z
Revert "* [android] fix page oin slider can not receive the lifecycle
callbacks"
This reverts commit 3b31e37e1519966c2274605fd3b0eff0137c63a9.
commit 566b5021c339d8706b9f6ea4fb79812c875ab0a6
Author: misakuo <[email protected]>
Date: 2017-11-20T07:05:27Z
Merge branch 'apache-master' into android-feature-accessible
commit 219d0e3385f56eeada01ae330058d64e70a328a2
Author: misakuo <[email protected]>
Date: 2017-11-20T07:06:13Z
* [android] remove cn strings
commit 5fe0d9de209602955328ca3fa9c3187a2109cd70
Author: misakuo <[email protected]>
Date: 2017-11-27T03:04:02Z
* [android] fix en role
----
> 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)