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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2526073003: Re-add the line break attribute (Closed)
Patch Set: Created 4 years, 1 month 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 5f8c39e147be389d1880b2354fa8b3ddda9273de..593400286fc410949c93a01b6f888118fcb0a0db 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -446,6 +446,11 @@
flowto_ids,
labelledby_ids,
+ // For static text. Character indices where line breaks occur. Note that
+ // this attribute is only available on Chrome OS and will be depricated
dmazzoni 2016/11/28 17:41:38 depricated -> deprecated
David Tseng 2016/11/28 19:13:01 Done.
+ // soon.
+ line_breaks,
+
// For static text. These int lists must be the same size; they represent
// the start and end character offset of each marker. Examples of markers
// include spelling and grammar errors, and find-in-page matches.

Powered by Google App Engine
This is Rietveld 408576698