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

Unified Diff: public/web/WebAXObject.h

Issue 1071483002: Implement aria properties setsize and posinset. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments incorporated Created 5 years, 8 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
« Source/modules/accessibility/AXObject.cpp ('K') | « Source/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXObject.h
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
index c68c0e4a571f5664031803b32bb2166c6b2fa1b3..a4764f2e4bd58de0d1dec700a740ab227dff459f 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -192,6 +192,10 @@ public:
// exposed by one of the two functions above.
BLINK_EXPORT WebString placeholder(WebAXNameFrom, WebAXDescriptionFrom);
+ // Position in set & Size of set.
dmazzoni 2015/04/16 17:19:48 Say "1-based position in set" so that it's clear t
+ BLINK_EXPORT int posInSet() const;
+ BLINK_EXPORT int setSize() const;
+
// Live regions.
BLINK_EXPORT bool isInLiveRegion() const;
BLINK_EXPORT bool liveRegionAtomic() const;
« Source/modules/accessibility/AXObject.cpp ('K') | « Source/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698