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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1511603002: Merge to m48: Stops using SYSTEM_STATE_INDETERMINATE as it makes radio buttons appear to have a mix… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years 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 d160ef41218fe79235783156797de57bd7785f53..8188b6a7494416daf6059c4724470f9ac8bbbeac 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -208,7 +208,6 @@
haspopup,
horizontal,
hovered,
- indeterminate,
invisible,
linked,
multiline,
@@ -335,8 +334,9 @@
};
[cpp_enum_prefix_override="ax_attr"] enum AXBoolAttribute {
- // True if a checkbox or radio button is in the "mixed" state.
- button_mixed,
+ // True if an ARIA toggle button, a checkbox or
+ // a menu item checkbox is in the "mixed" state.
+ STATE_mixed,
// Live region attributes.
container_live_atomic,
« 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