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

Unified Diff: public/web/WebAXEnums.h

Issue 1045693002: Expose multiline attribute from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: modifying ariaIsMultiline to isMultiline to support html textarea element Created 5 years, 9 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: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index 6d020be28c7f09ead6161a591553caf61864da03..ac8b83b176911771fc820d3dfdf5ce1abf486e22 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -205,6 +205,7 @@ enum WebAXState {
WebAXStateIndeterminate,
WebAXStateInvisible,
WebAXStateLinked,
+ WebAXStateMultiline,
WebAXStateMultiselectable,
WebAXStateOffscreen,
WebAXStatePressed,

Powered by Google App Engine
This is Rietveld 408576698