atspi: support "default_label" attribute of window 29/151629/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 21 Sep 2017 07:40:49 +0000 (16:40 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 21 Sep 2017 12:47:50 +0000 (21:47 +0900)
commitb785bbf9c8d8240addfb5b04dca6efc8f895adf8
tree14f892aaf56f9f26a2bcc9fdd370d7c179c32e0c
parentdd9a1b4f4446bdd11c1e933f8ee081727e444595
atspi: support "default_label" attribute of window

Wearable profile application does not want to use default label functionality
because it is hard to meet application UI definition.
So if the window has attribute "default_label" key, and its "disabled" value,
then screen-reader does not read out default label, and does not clear
currently highlight object.

Application should append attribute as below.

elm_atspi_accessible_attribute_append(window, "default_label", "disabled");

This patch set works with following patch set.

https://review.tizen.org/gerrit/151570 (screen-reader)

Change-Id: I354c6ecf30db3a0011658d69577ad384fcb900db
src/lib/elm_atspi_bridge.c