| 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;
|
|
|