<div contenteditable id="editable">First line.<br>Some text <a href="#">click me</a> <span>more</span> text.<br><i>Another line.</i></div>
<rdar://problem/112478167>
rdar://112157851
Created attachment 467069 [details] Patch
Comment on attachment 467069 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467069&action=review > Source/WebCore/accessibility/isolatedtree/mac/AXIsolatedObjectMac.mm:191 > auto attributedText = propertyValue<RetainPtr<NSAttributedString>>(AXPropertyName::AttributedText); Might be a micro-optimization not worth doing, but I don't think we need to attempt to retrieve AXPropertyName::AttributedText from the map if !isConfined.
Committed 266138@main (e9f264d34343): <https://commits.webkit.org/266138@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467069 [details].