1# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2# vim: set filetype=python:
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7A11Y_MANIFESTS += [
8    "a11y.ini",
9    "actions/a11y.ini",
10    "aom/a11y.ini",
11    "attributes/a11y.ini",
12    "bounds/a11y.ini",
13    "editabletext/a11y.ini",
14    "elm/a11y.ini",
15    "events/a11y.ini",
16    "events/docload/a11y.ini",
17    "focus/a11y.ini",
18    "hittest/a11y.ini",
19    "hyperlink/a11y.ini",
20    "hypertext/a11y.ini",
21    "name/a11y.ini",
22    "pivot/a11y.ini",
23    "relations/a11y.ini",
24    "role/a11y.ini",
25    "scroll/a11y.ini",
26    "selectable/a11y.ini",
27    "states/a11y.ini",
28    "table/a11y.ini",
29    "text/a11y.ini",
30    "textattrs/a11y.ini",
31    "textcaret/a11y.ini",
32    "textrange/a11y.ini",
33    "textselection/a11y.ini",
34    "tree/a11y.ini",
35    "treeupdate/a11y.ini",
36    "value/a11y.ini",
37]
38