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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2707263011: Test aria-pressed=mixed on windows (Closed)
Patch Set: git cl try Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 88751f8b8ccffbe93afa958f5f0749b20460fb96..22e7a7e3fe33b35805dd89b56f910cbcb49320a8 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -229,7 +229,6 @@
multiline,
multiselectable,
offscreen,
- pressed,
protected,
read_only,
required,
@@ -436,8 +435,9 @@
// if an element has an aria-invalid attribute.
invalid_state,
- // Of type AXCheckedState
+ // Of type AXButtonState
checked_state,
+ pressed_state,
// Specifies the direction of the text, e.g., right-to-left.
text_direction,
@@ -591,7 +591,7 @@
other
};
- enum AXCheckedState {
+ enum AXButtonState {
false,
true,
mixed
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698