Contents

BEAccessibilityTextMarkerSupport

A set of methods that provide information about text offsets to support assistive features.

Declaration

protocol BEAccessibilityTextMarkerSupport : NSObjectProtocol

Overview

In your alternative browser engine, implement BEAccessibilityTextMarkerSupport on views that represent elements in the Document Object Model (DOM) to supply accessibility information about the element’s text to the system.

Topics

Text positions

Text ranges

Instance Methods

See Also

Accessibility