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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2151713002: Less strict checked state changes and introduce disabled state for content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: m Created 4 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: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 67ecf25c08c083b93d2162070a6da763d7606382..7c12b0d969e4e12f71495d14a581dc830f010011 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -195,16 +195,13 @@
window
};
- // TODO(dmazzoni): switch content/ to use AX_STATE_DISABLED instead of
- // !AX_STATE_ENABLED.
enum AXState {
busy,
checked,
collapsed,
default,
- disabled, // ui/views only
+ disabled,
editable,
- enabled, // content only
expanded,
focusable,
haspopup,
« no previous file with comments | « content/renderer/accessibility/blink_ax_enum_conversion.cc ('k') | ui/accessibility/platform/ax_platform_node_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698