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

Unified Diff: third_party/WebKit/Source/core/dom/AccessibleNode.idl

Issue 2967193003: Relation list properties for Accessibility Object Model phase 1 (Closed)
Patch Set: Get rid of accidental duplication in inspector output Created 3 years, 5 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/dom/AccessibleNode.idl
diff --git a/third_party/WebKit/Source/core/dom/AccessibleNode.idl b/third_party/WebKit/Source/core/dom/AccessibleNode.idl
index cb5ce8f193489ab5ac213418f28eec5f8d58f50b..0c8356cb2fded2b380229e60548b9fd52e921f4e 100644
--- a/third_party/WebKit/Source/core/dom/AccessibleNode.idl
+++ b/third_party/WebKit/Source/core/dom/AccessibleNode.idl
@@ -16,21 +16,26 @@
attribute long? colCount;
attribute unsigned long? colIndex;
attribute unsigned long? colSpan;
+ attribute AccessibleNodeList? controls;
attribute DOMString? current;
+ attribute AccessibleNodeList? describedBy;
attribute AccessibleNode? details;
attribute boolean? disabled;
attribute AccessibleNode? errorMessage;
attribute boolean? expanded;
+ attribute AccessibleNodeList? flowTo;
attribute boolean? hidden;
attribute DOMString? invalid;
attribute DOMString? keyShortcuts;
attribute DOMString? label;
+ attribute AccessibleNodeList? labeledBy;
attribute unsigned long? level;
attribute DOMString? live;
attribute boolean? modal;
attribute boolean? multiline;
attribute boolean? multiselectable;
attribute DOMString? orientation;
+ attribute AccessibleNodeList? owns;
attribute DOMString? placeholder;
attribute unsigned long? posInSet;
attribute DOMString? pressed;
« no previous file with comments | « third_party/WebKit/Source/core/dom/AccessibleNode.cpp ('k') | third_party/WebKit/Source/core/dom/AccessibleNodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698