[orca] Generate row and column headers as part of the table cell
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Generate row and column headers as part of the table cell
- Date: Thu, 16 Jan 2014 22:44:58 +0000 (UTC)
commit b25b4bed4bcec8c34eff7121363bf31d5a500f4d
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Jan 16 17:19:29 2014 -0500
Generate row and column headers as part of the table cell
src/orca/formatting.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 96f30d5..4705f4a 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -288,7 +288,7 @@ formatting = {
'focused': '(tableCell2ChildLabel + tableCell2ChildToggle)\
or (cellCheckedState + (expandableState and (expandableState +
numberOfChildren)))',
'unfocused': '(tableCell2ChildLabel + tableCell2ChildToggle)\
- or (columnHeaderIfToggleAndNoText\
+ or (newRowHeader + (newColumnHeader or columnHeaderIfToggleAndNoText) \
+ cellCheckedState\
+ (realActiveDescendantDisplayedText or imageDescription + image)\
+ (expandableState and (expandableState + numberOfChildren))\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]