WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: HTML Rendering in IE

for

From: Birkir R. Gunnarsson
Date: Sep 13, 2016 7:54AM


Actually, I did a little test myself and Jaws (17) with IE (11) works just fine.
<a href="http://www.google.com"><span>This is Google</span><span> the
search engine</span></a>
Jaws reads "Google the" as separate words, and if ou navigate by arrow
keys in the virtual buffer you see the space.
I wonder if that CSS class is removing white space or something, bt
you also leave white space at the end of your previous span .. This is
a bit of a mystery.

On 9/13/16, Moore,Michael (Accessibility) (HHSC)
< <EMAIL REMOVED> > wrote:
> Given that this is coded using in-line elements without a space between the
> words I would say that the IE/JAWS combination is getting it right. Separate
> the words using a space or by using block level elements.
>
> Mike Moore
> Accessibility Coordinator
> Texas Health and Human Services Commission
> Civil Rights Office
> (512) 438-3431 (Office)
>
> -----Original Message-----
> From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf
> Of Jamous, JP
> Sent: Tuesday, September 13, 2016 8:42 AM
> To: WebAIM Discussion List < <EMAIL REMOVED> >
> Subject: [WebAIM] HTML Rendering in IE
>
> I am wondering if this is an IE issue or a JAWS issue. So far, I can tell
> that it might be IE, but who knows.
>
> I tested this with NVDA and VoiceOver and there was no problem. With JAWS
> and IE the word Shipping and On have no space between them. JAWS reads them
> as one word shippingon.
>
> In Firefox, JAWS reads them just fine as NVDA does and VoiceOver.
>
> Here is the code:
>
> <a href="URL.html">
> <span class="free-shipping-message">
> Free 2-Day Shipping
> </span>
> <span class="free-shipping-sub-message">
> on orders $35 and up
> </span>
> </a>
>
> Has anyone seen this before? I am hesitant to use &nbsp; as this might add
> an extra space visually and for screen readers.
>
>
>
> **************************************************
>
> Jean-Pierre Jamous
> Digital Accessibility Specialist & Developer UI Accessibility Team
>
> SME for EBN Include
> Digital Accessibility Specialist & Blind and Visually Impaired Expert
>
> The only limitations in life are those we set for ourselves
>
> **************************************************
>
>
> > > http://webaim.org/discussion/archives
> > > > > >


--
Work hard. Have fun. Make history.