Grouping items in links
Grouping items in links
- Subject: Grouping items in links
- From: Daniel Göransson <email@hidden>
- Date: Thu, 03 Apr 2014 15:05:23 +0200
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