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

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

Issue 2653063002: Add 4 ARIA 1.1 attributes using new sparse attribute interface. (Closed)
Patch Set: Rebase Created 3 years, 11 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: 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 ad416b6dc18f1f0b6800375ca7ba83063c4a08ef..6e6306437c8f50855aad66976b3649ac0505ffe7 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -4293,7 +4293,7 @@
{
"id": "AXGlobalStates",
"type": "string",
- "enum": [ "disabled", "hidden", "hiddenRoot", "invalid" ],
+ "enum": [ "disabled", "hidden", "hiddenRoot", "invalid", "keyshortcuts", "roledescription" ],
"description": "States which apply to every AX node."
},
{
@@ -4317,7 +4317,7 @@
{
"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