- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 28 Feb 2010 12:17:11 +0000
- To: public-html-a11y@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9169
Summary: Consider adding a CAPTCHA example
Product: HTML WG
Version: unspecified
Platform: PC
URL: http://dev.w3.org/html5/alt-techniques/
OS/Version: All
Status: NEW
Keywords: a11y, a11y_text-alt
Severity: normal
Priority: P2
Component: alt techniques (editor: Steven Faulkner)
AssignedTo: faulkner.steve@gmail.com
ReportedBy: laura.lee.carlson@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org,
faulkner.steve@gmail.com, public-html-a11y@w3.org
It would be helpful to add a CAPTCHA example that is in accord with WCAG2 to
"HTML5: Techniques for providing useful text alternatives":
http://dev.w3.org/html5/alt-techniques/
Current HTML5 Spec example:
<label>What does this image say?
<img src="captcha.cgi?id=8934" title="CAPTCHA">
<input type=text name=captcha></label>
(If you cannot see the image, you can use an <a
href="?audio">audio</a> test instead.)</p>
http://dev.w3.org/html5/spec/text-level-semantics.html#unknown-images
HTML Action 54 Example:
http://www.w3.org/html/wg/wiki/Action54AltAttribute#CAPTCHA_Images
WCAG 2.0 Technique G143 recommends, if a CAPTCHA test asks the user to type in
text that is displayed in an obscured image, the text alternative is "Type the
word in the image".
http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20071211/G143.html
Related WCAG 2 Technique:
http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20071211/G144.html
Thanks.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Sunday, 28 February 2010 12:17:12 UTC