E-mail List Archives
Re: WC3 2.0 questions
From: Jamous, JP
Date: Jul 28, 2016 2:37AM
- Next message: Mike Barlow: "Re: Recent Accessibility conference in NYC..."
- Previous message: Sean Murphy: "WC3 2.0 questions"
- Next message in Thread: None
- Previous message in Thread: Sean Murphy: "WC3 2.0 questions"
- View all messages in this Thread
Sean,
1. You did code an error message if an error is detected. Your other audience can access it except blind or visually impaired. At this point, I'd fail 4.1.2, Build all elements for accessibility. Obviously your error message is not accessible by screen readers.
3.3.1, 3.3.2 and 3.3.3 depend on clearly identifying the error; labeling the input field that generated the error; and providing suggestions on how to fix the error respectively. If you did those, then you did not violate any of those 3 success criteria. The issue is your code is not accessible by screen readers. So you did not build your page for accessibility.
2. I hate to sound repetitive but you did fail 4.1.2, Build all elements for accessibility. I would also fail your page for 1.3.1 - Info and relationships. If you structured your page properly, most SRs would read the entered value after a refresh. Again, it is hard to answer this one if I cannot see the page to make a logical assessment.
For both of the above, I'd use ARIA attributes to alert the SR. You also have to make the ARIA attributes fire up when the SR selects an element. I, as a SR user, might want to hear your error message again. Do not block from having this ability when my counterparts can read it as many times as possible.
Do you see why I failed 4.1.2? Of course, I am focusing on Level A and AA of WCAG and ignoring AAA.
Lastly, I would think that 2.4.3 â Focus Order would be the best for the frame focus. It is screwing up the focus order of your page when you set focus on it after a page refresh. If I tab or down-arrow, I'll read your frame and not the beginning of the page. You just confused me as a blind person because I am expecting to start from the top of the page reading downward sequentially.
I hope my answers help.
JP Jamous
- Next message: Mike Barlow: "Re: Recent Accessibility conference in NYC..."
- Previous message: Sean Murphy: "WC3 2.0 questions"
- Next message in Thread: None
- Previous message in Thread: Sean Murphy: "WC3 2.0 questions"
- View all messages in this Thread