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

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: Rebased with master. Created 5 years, 4 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 f8927292d40e601536320432720a8bfd1a1876e3..af160e47f77ac9a30355432539238a1b69638cbb 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,
« no previous file with comments | « content/test/data/accessibility/html/input-password-expected-win.txt ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698