Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4273)

Unified Diff: chrome/common/extensions/api/experimental.accessibility.json

Issue 9665026: Make views Slider accessible on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change value to stringValue Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/experimental.accessibility.json
diff --git a/chrome/common/extensions/api/experimental.accessibility.json b/chrome/common/extensions/api/experimental.accessibility.json
index 23b785a5b03ae04128b37d4f3228601e28dfa380..901e6bcc8818cc60d6e085aaf3b6d869d121b038 100644
--- a/chrome/common/extensions/api/experimental.accessibility.json
+++ b/chrome/common/extensions/api/experimental.accessibility.json
@@ -15,7 +15,7 @@
"type": {
"type": "string",
"description": "The type of this object, which determines the contents of 'details'.",
- "enum": ["button", "checkbox", "combobox", "link", "menu", "menuitem", "radiobutton", "tab", "textbox", "window"]
+ "enum": ["button", "checkbox", "combobox", "link", "menu", "menuitem", "radiobutton", "slider", "tab", "textbox", "window"]
},
"name": {
"type": "string",
@@ -35,6 +35,7 @@
{ "$ref": "MenuDetails" },
{ "$ref": "MenuItemDetails" },
{ "$ref": "RadioButtonDetails" },
+ { "$ref": "SliderDetails" },
{ "$ref": "TabDetails" },
{ "$ref": "TextBoxDetails" }
]
@@ -97,6 +98,14 @@
}
},
{
+ "id": "SliderDetails",
+ "type": "object",
+ "description": "Information about the state of a slider.",
+ "properties": {
+ "stringValue": {"type": "string", "description": "The value of the slider as a string."}
+ }
+ },
+ {
"id": "TabDetails",
"type": "object",
"description": "Additional accessibility information about a tab.",
« no previous file with comments | « chrome/browser/ui/views/accessibility_event_router_views.cc ('k') | ui/base/accessibility/accessibility_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698