[orca] Remove application from the list of ARIA landmark types (ARIA 1.1 compliance)



commit 6027ae5a8851201a536ea831ea902fb7c3944362
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Nov 18 18:40:47 2015 -0500

    Remove application from the list of ARIA landmark types (ARIA 1.1 compliance)

 src/orca/settings.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index a75a58c..83501ed 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -273,7 +273,6 @@ largeObjectTextLength       = 75
 wrappedStructuralNavigation = True
 inferLiveRegions            = True
 ariaLandmarks = [
-    "application",
     "banner",
     "complementary",
     "contentinfo",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]