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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1195223006: Reports the position of the caret and current selection in content editables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit tests. Created 5 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 da88a544b85db1c3935349cdb6a30d459a9b1358..f51ebc25db69af23b883621e0bad767b829b4e92 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -268,7 +268,12 @@
scroll_y_min,
scroll_y_max,
- // Editable text attributes.
+ // Attributes for retrieving the endpoints of a selection.
+ anchor_object_id,
+ anchor_offset,
+ focus_object_id,
+ focus_offset,
+ // Deprecated.
text_sel_start,
text_sel_end,

Powered by Google App Engine
This is Rietveld 408576698