Contents

browserAccessibilityAttributedValue(in:)

Returns the value for this element within the given range, as an attributed string.

Declaration

func browserAccessibilityAttributedValue(in range: NSRange) -> NSAttributedString

Parameters

  • range:

    The range within this element’s value to return.

Return Value

An attributed string that’s the substring of this element’s value within the given range.

See Also

Improving browser accessibility