All elements are bracketted in paragraph elements (<p>. . .</p>): these should be changed to table or div elements (<td>. . .</td> or <div>. . .</div>) if a paragraph will not be used for formatting.
As written, the two samples for XHTML, the two CSS, and the three WAI are written for XHTML, meaning that the <img... tag is terminated (i.e., "/ >"): to validate under any version of HTML will requrie that the terminator be removed.
Also, all of the Bobby links (A, AA, AAA, 508, and Home) are written for XHTML.
All HTML/XHTML buttons link to the W3C HTML/XHTML validator and validate the page. The "CSS checked" button links to the W3C CSS validator and validates the page.
<!-- W3C XHTML 1.0 Approved -->
<p><a href="http://validator.w3.org/check?uri=referer"><img
style="border:0" src="gifs/valid-xhtml11.png"
alt="Valid XHTML 1.1!" height="31" width="88" /></a></p>
<!-- W3C XHTML 1.1 Approved -->
<!-- W3C XHTML 1.0 Approved -->
<p><a href="http://validator.w3.org/check/referer"><img
style="border:0" src="gifs/valid-xhtml10.gif"
alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
<!-- W3C XHTML 1.0 Approved -->
<!-- W3C HTML 4.01 Approved -->
<p><a href="http://validator.w3.org/check/referer"><img
style="border:0" src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01!" height="31" width="88"></a></p>
<!-- W3C HTML 4.01 Approved -->
<!-- W3C HTML 3.2 Approved -->
<p><a href="http://validator.w3.org/check/referer"><img
style="border:0" src="http://validator.w3.org/images/vh32"
alt="Valid HTML 3.2!" height="31" width="88"></a></p>
<!-- W3C HTML 3.2 Approved -->
<!-- W3C HTML 2.0 Approved -->
<p><a href="http://validator.w3.org/check/referer"><img
style="border:0" src="http://www.w3.org/images/vh20"
alt="Valid HTML 2.0!" height="31" width="50"></a></p>
<!-- W3C HTML 2.0 Approved -->
<!-- W3C Made with CSS -->
<p><a href="http://www.w3.org/Style/CSS/Buttons"><img
style="border:0" width="88" height="31" src="gifs/mwcts.gif"
alt="Made with Cascading Style Sheets" /></a></p>
<!-- W3C Made with CSS -->
<!-- W3C CSS Validator -->
<p><a href="http://jigsaw.w3.org/css-validator/check/referer"><img
style="border:0" width="88" height="31" src="gifs/vcss.gif"
alt="Valid CSS!" /></a></p>
<!-- W3C CSS Validator -->
<!-- W3C A Level -->
<p><a href="http://www.w3.org/WAI/WCAG1A-Conformance"
title="Explanation of Level Single-A Conformance"><img
style="border:0" height="31" width="88" src="gifs/wcag1A.gif"
alt="Level Single-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0" /></a></p>
<!-- W3C A Level -->
<!-- W3C AA Level -->
<p><a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
title="Explanation of Level Double-A Conformance"><img
style="border:0" height="31" width="88" src="gifs/wcag1AA.gif"
alt="Level Double-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0" /></a></p>
<!-- W3C AA Level -->
<!-- W3C AAA Level -->
<p><a href="http://www.w3.org/WAI/WCAG1AAA-Conformance"
title="Explanation of Level Triple-A Conformance"><img
style="border:0" height="31" width="88" src="gifs/wcag1AAA.gif"
alt="Level Triple-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0" /></a></p>
<!-- W3C AAA Level -->
Cynthia Says (www.cynthiasays.com/) generates accessibility reports and browser emulations. These are accessed through the Cynthia Says "Portal."
<!-- Cyntyia Says -->
<p><a href="http://www.CynthiaSays.com/org/cynthiatested.htm"><img
style="border:0" height="31" width="88"
src="http://www.CynthiaSays.com/images/Ctested.gif" alt="Cynthia Tested!" /></a></p>
<!-- Cyntyia Says -->
Bobby validates for levels A, AA, & AAA (corresponding to W3C WAI levels A, AA, and AAA) and for U.S. Section 508. Similar to the W3C html/xhtml and CSS validators, Bobby can validate either via a command line from the validator page or from a document referral; however, unlike the W3C services, Bobby requires some massaging to do the referral. As written, the Bobby validator links requrie SSI: if SSI is not enabled (it is on the server on which this page has been developed), replace the two SSIs with the document URI or with just the Bobby home URI. (See the SSI page for more information on SSIs [sorry -- this is a restricted access page: too much server information gets passed with SSI].) Guidelines for the use of the Bobby tags are at http://bobby.watchfire.com/bobby/html/en/icon.jsp
In June 2002, Watchfire Corporation aquired Bobby from The Center for Applied Special Technology (CAST).
<!-- Bobby A Level -->
<p><a href="http://bobby.cast.org/bobby/bobbyServlet?URL=http%3A%2F%2F<!--#echo var="HTTP_HOST"--><!--#echo var="DOCUMENT_URI"-->&output=Submit&gl=wcag1-a"
title="CAST/Bobby A Validator"><img
style="border:0" src="gifs/approved_a.gif"
alt="Bobby WorldWide Approved A" width="88" height="31"/></a></p>
New (Watchfire) link & button
Old (CAST) link & button (obsolete)
<!-- Bobby A Level -->
<!-- Bobby AA Level -->
<p><a href="http://bobby.cast.org/bobby/bobbyServlet?URL=http%3A%2F%2F<!--#echo var="HTTP_HOST"--><!--#echo var="DOCUMENT_URI"-->&output=Submit&gl=wcag1-aa" title="CAST/Bobby AA Validator"><img
style="border:0" src="gifs/approved_aa.gif"
alt="Bobby WorldWide Approved AA" width="88" height="31"/></a></p>
New (Watchfire) link & button
Old (CAST) link & button (obsolete)
<!-- Bobby AA Level -->
<!-- Bobby AAA Level -->
<p><a href="http://bobby.watchfire.com/bobby/Servlet?URL=http%3A%2F%2F<!--#echo var="HTTP_HOST"--><!--#echo var="DOCUMENT_URI"-->&output=Submit&gl=wcag1-aaa" title="CAST/Bobby AAA Validator"><img
style="border:0" src="gifs/approved_aaa.gif"
alt="Bobby WorldWide Approved AAA" width="88" height="31"/></a></p>
New (Watchfire) link & button
Old (CAST) link & button (obsolete)
<!-- Bobby AAA Level -->
<!-- Bobby 508 Level -->
<p><a href="http://bobby.watchfire.com/bobby/Servlet?URL=http%3A%2F%2F<!--#echo var="HTTP_HOST"--><!--#echo var="DOCUMENT_URI"-->&output=Submit&gl=sect508" title="CAST/Bobby 508 Validator"><img
style="border:0" src="gifs/approved_508.gif"
alt="Bobby WorldWide Approved 508" width="88" height="31"/></a></p>
New (Watchfire) link & button
Old (CAST) link & button (obsolete)
<!-- Bobby 508 Level -->
<!-- Bobby Home Page (refers to site only: no validator link) -->
<p><a href="http://bobby.watchfire.com/" title="Bobby's Home Page"><img
src="gifs/approved.gif"
alt="Bobby WorldWide Approved" style="border:0" width="88" height="31" /></a></p>
New (Watchfire) link & button
Old (CAST) link & button (obsolete)
<!-- Bobby Home Page -->
|
Document: http://
Revised: |
Copyright © 2004
Steve Sconfienza, Ph.D.
All Rights Reserved