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    'jsat/a11y.ini',
22    'name/a11y.ini',
23    'pivot/a11y.ini',
24    'relations/a11y.ini',
25    'role/a11y.ini',
26    'scroll/a11y.ini',
27    'selectable/a11y.ini',
28    'states/a11y.ini',
29    'table/a11y.ini',
30    'text/a11y.ini',
31    'textattrs/a11y.ini',
32    'textcaret/a11y.ini',
33    'textrange/a11y.ini',
34    'textselection/a11y.ini',
35    'tree/a11y.ini',
36    'treeupdate/a11y.ini',
37    'value/a11y.ini',
38]
39