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

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

Issue 2973973002: Implement AccessibleNode.hasPopUp for Accessibility Object Model phase 1 (Closed)
Patch Set: Fix handling of aria-haspopup=false 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 0c8356cb2fded2b380229e60548b9fd52e921f4e..e9909ab01129a98fb9f47b3263a8db1d194c2020 100644
--- a/third_party/WebKit/Source/core/dom/AccessibleNode.idl
+++ b/third_party/WebKit/Source/core/dom/AccessibleNode.idl
@@ -24,6 +24,7 @@
attribute AccessibleNode? errorMessage;
attribute boolean? expanded;
attribute AccessibleNodeList? flowTo;
+ attribute DOMString? hasPopUp;
attribute boolean? hidden;
attribute DOMString? invalid;
attribute DOMString? keyShortcuts;

Powered by Google App Engine
This is Rietveld 408576698