Bug 188071

Summary: AX: nothing returned for various previous text marker APIs from one div/p node to another
Product: WebKit Reporter: Nan Wang <n_wang>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, ews-watchlist, jcraig, jdiggs, n_wang, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Description Nan Wang 2018-07-26 12:43:38 PDT
In some cases like this:
<div>
<p>some text</p>
</div>
<div>
<p>some other text</p>
</div>

We are not able to get the previous word/sentence/paragraph related text markers from the start of the second <p> element.

<rdar://problem/38193849>
Comment 1 Nan Wang 2018-07-26 12:54:38 PDT
Created attachment 345859 [details]
patch
Comment 2 WebKit Commit Bot 2018-07-26 14:34:34 PDT
Comment on attachment 345859 [details]
patch

Clearing flags on attachment: 345859

Committed r234275: <https://trac.webkit.org/changeset/234275>
Comment 3 WebKit Commit Bot 2018-07-26 14:34:35 PDT
All reviewed patches have been landed.  Closing bug.