atspi: support "default_label" attribute of window 39/153839/1
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:44:12 +0000 (17:44 +0900)
commitd9bd7424d26b8ce5f9a32db53c5885f738da6b4b
treefe35e5ad1af04ef27ad153772bfacbc65d9b88d4
parentd122d0296f49546ed74e731cccc72cc31a3a0ed8
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