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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1308153012: Uses isEditable and isRichlyEditable to determine which attributes to expose on Mac and how to repr… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 3 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 af160e47f77ac9a30355432539238a1b69638cbb..17608a02dcb6b29e8ffd830e8b6296b0b79ae6b7 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -191,14 +191,14 @@
};
// TODO(dmazzoni): switch content/ to use AX_STATE_DISABLED instead of
- // !AX_STATE_ENABLED, and AX_STATE_EDITABLE instead of !AX_STATE_READONLY.
+ // !AX_STATE_ENABLED.
enum AXState {
busy,
checked,
collapsed,
default,
disabled, // ui/views only
- editable, // ui/views only
+ editable,
enabled, // content only
expanded,
focusable,
@@ -216,6 +216,7 @@
protected,
read_only,
required,
+ richly_editable,
selectable,
selected,
vertical,
@@ -273,7 +274,6 @@
anchor_offset,
focus_object_id,
focus_offset,
- // Deprecated.
text_sel_start,
text_sel_end,

Powered by Google App Engine
This is Rietveld 408576698