Re: Grouping items in links
Re: Grouping items in links
- Subject: Re: Grouping items in links
- From: Victor Tsaran <email@hidden>
- Date: Thu, 03 Apr 2014 14:56:02 -0700
I am not sure you can achieve this in Mobile Safari without perhaps having to resort to the role=text. The VO navigation of the DOM is much flatter on iOS than on Mac OS and you are inserting a bunch of block elements into an inline one.
On Apr 3, 2014, at 6:05 AM, Daniel Göransson <email@hidden> wrote:
> Hello,
>
> In iOS Safari, I am trying to group items such as <h2>, <p>, etc in a wrapping link (<a>).
> In Mac Safari and VoiceOver using tab key all items get announced and works perfectly. But in iOS Safari and VO using swipe to next item or touch exploring, each item get announced separately.
>
> So how can I create an app like experience like e.g. a Twitter feed, where the @name, the content text and meta data will be announced and handled as a single item in HTML?
> I've tried `role=group` without success.
>
> Example code:
>
> <a href="#">
> <h2>@DanielGoransson</h2>
> <p>My tweet text</p>
> <p><time>2014</time><p>
> </a>
>
>
> Best regards,
>
> Daniel Göransson
> Stockholm, Sweden
>
> @DanielGoransson
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Accessibility-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden