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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2587343004: Finish implementation and tests of 5 ARIA 1.1 attributes. (Closed)
Patch Set: Rebase on previous change Created 4 years 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: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index 8c02d78c3780558feed84f98051937a7f1431215..38444c934a5745cf3e4c366c156e977c0f98321e 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -4281,19 +4281,19 @@
{
"id": "AXWidgetAttributes",
"type": "string",
- "enum": [ "autocomplete", "haspopup", "level", "multiselectable", "orientation", "multiline", "readonly", "required", "valuemin", "valuemax", "valuetext" ],
+ "enum": [ "autocomplete", "haspopup", "keyshortcuts", "level", "multiselectable", "orientation", "multiline", "readonly", "required", "roledescription", "valuemin", "valuemax", "valuetext" ],
"description": "Attributes which apply to widgets."
},
{
"id": "AXWidgetStates",
"type": "string",
- "enum": [ "checked", "expanded", "pressed", "selected" ],
+ "enum": [ "checked", "expanded", "modal", "pressed", "selected" ],
"description": "States which apply to widgets."
},
{
"id": "AXRelationshipAttributes",
"type": "string",
- "enum": [ "activedescendant", "flowto", "controls", "describedby", "labelledby", "owns" ],
+ "enum": [ "activedescendant", "controls", "describedby", "details", "errormessage", "flowto", "labelledby", "owns" ],
"description": "Relationships between elements other than parent/child/sibling."
},
{

Powered by Google App Engine
This is Rietveld 408576698