1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace": "accessibilityPrivate",
9 "implemented_in": "chrome/browser/accessibility/accessibility_extension_api.h"
11 "description": "none",
16 "description": "Information about an alert",
20 "description": "The message the alert is showing."
27 "description": "Bounding rectangle in global screen coordinates.",
29 "left": {"type": "integer", "description": "Left coordinate in global screen coordinates."},
30 "top": {"type": "integer", "description": "Top coordinate in global screen coordinates."},
31 "width": {"type": "integer", "description": "Width in pixels."},
32 "height": {"type": "integer", "description": "Height in pixels."}
38 "name": "setNativeAccessibilityEnabled",
40 "description": "Enables or disables native accessibility support. Once disabled, it is up to the calling extension to provide accessibility for web contents.",
45 "description": "True if native accessibility support should be enabled."
50 "name": "setFocusRing",
52 "description": "Set the bounds of the accessibility focus ring.",
57 "items": { "$ref": "ScreenRect" },
58 "description": "Array of rectangles to draw the accessibility focus ring around."
65 "name": "onIntroduceChromeVox",
67 "description": "Fired whenever ChromeVox should output introduction."