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

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: Read disabled state. 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..329a7e0f531aae162b3c99f1566dc402ec6921f8 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -195,16 +195,14 @@
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
+ enabled,
expanded,
focusable,
haspopup,

Powered by Google App Engine
This is Rietveld 408576698