Re: role="text" and text frames

Hi Cynthia,

Thanks for the detailed response; it helps me wrap my head around how 
UIA works in this case.

I have one question regarding case 4:

On 2016-02-04 4:42 PM, Cynthia Shelly wrote:
>
> 4)Once upon a <img alt=”foo” role=”text”> time
>
> Page text pattern is “Once upon a foo time”
>
> Accessible tree is
>
> Page
>

The accessible name computation is run on the <img> element to get 
"foo".  But, in this case, you do not assign an accessible name property 
to any accessible, since there is no accessible for the <img> element.  
Instead, the string "foo" is inserted into the page text pattern at the 
point where the img accessible would have been, had there been one.

Is that correct?

-- 
;;;;joseph.

'Die Wahrheit ist Irgendwo da Draußen. Wieder.'
                  - C. Carter -

Received on Friday, 5 February 2016 18:08:54 UTC