Confirmed users
1,396
edits
| Line 621: | Line 621: | ||
| attributes | | attributes | ||
| Returns text attributes | | Returns text attributes | ||
| nsIAccessibleText:: | | nsIAccessibleText:: getTextAttributes | ||
| | | in progress | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id= | | [https://bugzilla.mozilla.org/show_bug.cgi?id=345759 345759], see [[Accessibility/TextAttributes|supported attributes list]] | ||
|- | |- | ||
| caretOffset | | caretOffset | ||
| Line 705: | Line 705: | ||
| scrollSubstringTo | | scrollSubstringTo | ||
| Makes a specific part of string visible on screen | | Makes a specific part of string visible on screen | ||
| | | nsIAccessibleText:: scrollSubstringTo | ||
| implemented | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=378038 378038], [https://bugzilla.mozilla.org/show_bug.cgi?id=371680 bug 371680] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=378038 378038], [https://bugzilla.mozilla.org/show_bug.cgi?id=371680 bug 371680] | ||
| Line 711: | Line 711: | ||
| scrollSubstringToPoint | | scrollSubstringToPoint | ||
| Moves the top left of a substring to a specified location | | Moves the top left of a substring to a specified location | ||
| | | nsIAccessibleText:: scrollSubstringToPoint | ||
| implemented | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=378038 378038], [https://bugzilla.mozilla.org/show_bug.cgi?id=371680 bug 371680] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=378038 378038], [https://bugzilla.mozilla.org/show_bug.cgi?id=371680 bug 371680] | ||