E-mail List Archives
Re: Best practices showing revisions (strikethroughs, etc.)
From: SaravanaMoorthy.P
Date: Jan 9, 2014 11:17PM
- Next message: Jennison Asuncion: "Techshare India 2014"
- Previous message: Ryan E. Benson: "Re: Section 508 and AJAX"
- Next message in Thread: None
- Previous message in Thread: Scott González: "Re: Best practices showing revisions (strikethroughs, etc.)"
- View all messages in this Thread
Similar issue we faced where the actual price amount is stricken out(when there are some offers on particular product) and we used the traditional offscreen text
<div>
<span style="text-decoration: line-through ">$5.00 <span class="audioText">Priced stricked out</span></span>
</div>
Here the class auidoText contains the offscreen css properties.
This will be read in all screen readers and users are informed about the stricken amount.
Regards,
Saran.
- Next message: Jennison Asuncion: "Techshare India 2014"
- Previous message: Ryan E. Benson: "Re: Section 508 and AJAX"
- Next message in Thread: None
- Previous message in Thread: Scott González: "Re: Best practices showing revisions (strikethroughs, etc.)"
- View all messages in this Thread