RE: WCAG compliance question

I think Angela  is right, without knowing specifics -- i.e., the additional things that were revealed to JFW/NVDA that weren't available with CSS on -- it's hard to say.  

There are a number of ways to look at this but the link she provided has a nice bit:

Assistive technologies can substitute or extend the CSS to modify presentation, or ignore the CSS and interact directly with the structural encoding.

My only concern would be that the instructions should be clearly presented for screen reader users. 

Correct coding is also a success criterion: 

4.1.1 Parsing: In content implemented using markup languages, elements have complete start and end tags, etc.
https://www.w3.org/TR/WCAG20/#ensure-compat 

Parsing:  Understanding SC 4.1.1
https://www.w3.org/TR/UNDERSTANDING-WCAG20/ensure-compat-parses.html 

Mark Malamud
Accessibility Specialist
Information Technology and Applications Center (ITAC)
National Heart, Lung, and Blood Institute (NHLBI), NIH, DHHS
  On Detail
  NIH Office of the Chief Information Officer
  6555 Rock Spring Drive, Suite 300, Room 3NE-34
  Bethesda, MD. 20817, Mail Stop: 4801
  (301) 496-5032


-----Original Message-----
From: Angela Punshon [mailto:angela.punshon@Camis.com] 
Sent: Friday, February 26, 2016 9:25 AM
To: Richard (Userite) <richard@userite.com>; w3c-wai-ig@w3.org
Subject: RE: WCAG compliance question


This speaks to the need to separate content from presentation. (https://www.w3.org/TR/WCAG20-TECHS/G140.html). But also to the importance of going beyond pure conformance.

However, without knowing what content has been hidden or presented differently, it is hard to verify it's level of accessibility. In comparison, an image is not deemed accessible just because it has an ALT defined. It is the content within the ALT that is important. 

Regards,
Angela


-----Original Message-----
From: Richard (Userite) [mailto:richard@userite.com]
Sent: February 26, 2016 7:26 AM
To: w3c-wai-ig@w3.org
Subject: Re: WCAG compliance question

Yes the site needs to be accessible with CSS enabled AND with it disabled.

Developers can use CSS to "hide" messages that are aimed at people who use screen readers. For example most pages have a top navigation bar which requires a heading so that blind users can find it easily. However to stop the heading actually showing up on the page for sighted users CSS has been used such as, for example,  either {display:none;} or {position:left, -1999px;}

It is not that visual users are getting less than blind users, just that additional help is provided for screen readers.

The fact that your Jaws does not pick up this hidden text suggests that the CSS has been written incorrectly.

Regards

Richard
www.userite.com


-----Original Message-----
From: Chaals McCathie Nevile
Sent: Friday, February 26, 2016 11:23 AM
To: w3c-wai-ig@w3.org
Subject: Re: WCAG compliance question

Hi Ginger,

as I read WCAG 2.0 it allows conformance claims to rely on particular technology - See point 5 at https://www.w3.org/TR/WCAG20/#conformance-claims.


So you can say that the site is conformant, Relying Upon CSS.

Conformance is not the most important question, however, in my opinion.
That question is "does the site have accessibility barriers"? Which comes down to a few questions:
- do users turn off CSS in ie 11 (e.g. to simplify the layout or colour scheme, or ensure that their own style sheet works?)
- what about other user agents?

cheers

On Fri, 26 Feb 2016 11:14:00 +0100, Ginger Claassen <ginger.claassen@gmx.de> wrote:

> Hello everybody,
>
> I have a WCAG compliance question. I am checking a website for a 
> customer and if I am opening the site in internet explorer 11 with css 
> enabled I can use the site more or less. however, if I disable css  suddenly there
> are a lot of things I have not seen with jfw or nvda   before. Thus, is it 
> wcag compliant to do this or has a site to be  accessibel even with 
> css enabled?
>
> thanks in advance for your assistance!
>
> Solong
>
>      Ginger
>


--
Charles McCathie Nevile - web standards - CTO Office, Yandex
  chaals@yandex-team.ru - - - Find more at http://yandex.com 

Received on Friday, 26 February 2016 15:25:17 UTC