atspi: support "default_label" attribute of window 68/151568/6
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 21 Sep 2017 07:40:49 +0000 (16:40 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Sat, 30 Sep 2017 08:25:13 +0000 (17:25 +0900)
commit9d5594a3afd63368a7876cf54f191fbdc039bbfc
treea678979b445e23d53ce42d678d7fa7c63d931f38
parenta981fc78abdb4bb61fc76deb8d15016d63bc3da9
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