[orca] Do not blanket-disable structural navigation in ARIA content in Gecko
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Do not blanket-disable structural navigation in ARIA content in Gecko
- Date: Tue, 5 Aug 2014 10:20:26 +0000 (UTC)
commit 0e603b7d106966f157d59c3458ca2feda3128ac9
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Aug 5 06:12:23 2014 -0400
Do not blanket-disable structural navigation in ARIA content in Gecko
Equating "ARIA" with "totally navigable and Orca should get out of the way"
is proving to be a bad idea, making pages which in theory should be more
accessible less accessible.
src/orca/scripts/toolkits/Gecko/script.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/script.py b/src/orca/scripts/toolkits/Gecko/script.py
index 1786a0c..fcffe13 100644
--- a/src/orca/scripts/toolkits/Gecko/script.py
+++ b/src/orca/scripts/toolkits/Gecko/script.py
@@ -1838,9 +1838,6 @@ class Script(default.Script):
if not self.structuralNavigation.enabled:
return False
- if not self.isNavigableAria(orca_state.locusOfFocus):
- return False
-
if self._loadingDocumentContent:
return False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]