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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1488893002: Stops using SYSTEM_STATE_INDETERMINATE as it makes radio buttons appear to have a mixed state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test for menu checkboxes and removed indeterminate state. 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
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index b3deda05e8dd917f7e74f08d9e811a4763dafd75..b064d7b98584f9b6593fa97addb7587b27366f9d 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -208,7 +208,6 @@
haspopup,
horizontal,
hovered,
- indeterminate,
invisible,
linked,
multiline,
@@ -340,8 +339,8 @@
};
[cpp_enum_prefix_override="ax_attr"] enum AXBoolAttribute {
- // True if a checkbox or radio button is in the "mixed" state.
- button_mixed,
+ // True if a checkbox or a menu item checkbox is in the "mixed" state.
+ checkbox_mixed,
// Live region attributes.
container_live_atomic,

Powered by Google App Engine
This is Rietveld 408576698