Accessibility/WebAccessibilityAPI: Difference between revisions

Line 565: Line 565:
typedef long or OffsetLiterals Offset;
typedef long or OffsetLiterals Offset;
enum OffsetLiterals {
enum OffsetLiterals {
   "beforebegin",
   "before",
   "afterbegin",
   "afterbegin",
   "at",
   "at",
   "beforeend",
   "beforeend",
   "afterend"
   "after"
};
};
</pre>
</pre>
Line 641: Line 641:
var pos4 = new A11ePos(pos2);
var pos4 = new A11ePos(pos2);
</pre>
</pre>


====Move through the content====
====Move through the content====
Confirmed users
1,396

edits