WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: VoiceOver interpretation of numbers

for

From: Paul J. Adam
Date: Jul 15, 2014 7:53AM


This works to control verbosity for iOS only. Would be great of other screen readers supported it!

http://pauljadam.com/demos/css3speech.html

CSS Speech Module

W3C Candidate Recommendation 20 March 2012

CSS Code

<style>
.address, .phone, .zip {
speak: digits;
}
code {
speak: literal-punctuation;
}
</style>


Paul J. Adam
Accessibility Evangelist
www.deque.com

On Jul 15, 2014, at 8:37 AM, John Hicks < <EMAIL REMOVED> > wrote:

> Hello everyone,
>
> Working with Voiceover on an iPad mini. Long numbers without commas (these are actually ID numbers) are read correctly, that is
>
> 234543123 is read "two three four five four three one two three"
>
> But if there happens to be a letter in the final position (as happens to be the case in the domain I am using voiceover in) :
>
> 234543123G .... sunddenly becomes "two hundred thirty four million, five hundred forty three thousand one hundred twenty three grams"
>
> I can not find a way to turn of this "feature"!
>
> does anyone have an idea? I have scoured the parameters and spent time searching in the forums and userguides....
>
>
>
> --
> John Hicks ( <EMAIL REMOVED> )
> Ingénieur Consultant en Accessibilité
> Docteur en Sciences Cognitives
>
> www.Urbilog.fr -- Solutions Accessibles
>
>
> > >