|
AccVerify Report
Verified File Name: http://www.csustan.edu/math/jue/aquariumlinks.htm Date and Time: 8/14/2008 9:44:17 AM Failed Automated Verification |
| The level of detail setting for the report is to show all detail. |
| Checkpoints | Passed | ||
|---|---|---|---|
| 508 Standards, Section 1194.22 | Yes | No | Other |
A. 508 Standards, Section 1194.22, (a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content).
|
No | ||
B. 508 Standards, Section 1194.22, (b) Equivalent alternatives for any multimedia presentation shall be synchronized with the presentation.
|
N/A | ||
| C. 508 Standards, Section 1194.22, (c) Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup. | |||
D. 508 Standards, Section 1194.22, (d) Documents shall be organized so they are readable without requiring an associated style sheet.
|
N/A | ||
E. 508 Standards, Section 1194.22, (e) Redundant text links shall be provided for each active region of a server-side image map.
|
N/A | ||
F. 508 Standards, Section 1194.22, (f) Client-side image maps shall be provided instead of server-side image maps except where the regions cannot be defined with an available geometric shape.
|
N/A | ||
G. 508 Standards, Section 1194.22, (g) Row and column headers shall be identified for data tables.
|
N/A | ||
H. 508 Standards, Section 1194.22, (h) Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers.
|
N/A | ||
I. 508 Standards, Section 1194.22, (i) Frames shall be titled with text that facilitates frame identification and navigation.
|
N/A | ||
J. 508 Standards, Section 1194.22, (j) Pages shall be designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz.
|
|||
| K. 508 Standards, Section 1194.22, (k) A text-only page, with equivalent information or functionality, shall be provided to make a web site comply with the provisions of this part, when compliance cannot be accomplished in any other way. The content of the text-only page shall be updated whenever the primary page changes. | |||
| (k) Option A - Check for the string 'Text Version' within the document. | N/V | ||
| (k) Option B - Check for a Global Text Version Link within the document. | N/V | ||
| (k) Option C - Check for an Accessibility Policy Link within the document. | N/V | ||
L. 508 Standards, Section 1194.22, (l) When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology.
|
|||
M. 508 Standards, Section 1194.22, (m) When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with §1194.21(a) through (l).
|
Yes | ||
N. 508 Standards, Section 1194.22, (n) When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
|
N/A | ||
O. 508 Standards, Section 1194.22, (o) A method shall be provided that permits users to skip repetitive navigation links.
|
|||
| P. 508 Standards, Section 1194.22, (p) When a timed response is required, the user shall be alerted and given sufficient time to indicate more time is required. | |||
Checkpoint Result Legend: Yes = Passed Automated Verification, No = Failed Automated Verification, Warning = Failed Automated Verification, however, configured not to cause page to fail (Priority 2 or 3 only), N/V = Not selected for verification, N/A = No related elements were found in document (Visual only), No Value = Visual Checkpoint
Report generated by HiSoftware AccVerify®
AccVerify® is a registered trademark of Hiawatha Island Software Inc. (www.hisoftware.com)
1: <TITLE>Aquarium Links</TITLE>
2:
3: <h1 align=center>Aquarium Links</h1>
4: <br><br><br>
5:
6: <script language="JavaScript1.2">
7: <!-- Begin
8:
9: //Bubble Script by Lisa (issa@lissaexplains.com, http://lissaexplains.com)
10: //Based on code by Altan d.o.o. (snow@altan.hr)
11: //For full source code and installation instructions to this script, visit http://www.dynamicdrive.com
12:
13: var no = 15; // image number or falling rate
14: var speed = 2; // the lower the number the faster the image moves
15: var snow = new Array();
16: snow[0] = "bubble.gif"
17: snow[1] = "bubble.gif"
18: snow[2] = "bubble.gif"
19:
20: var ns4up = (document.layers) ? 1 : 0; // browser sniffer
21: var ie4up = (document.all) ? 1 : 0;
22: var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
23: var dx, xp, yp; // coordinate and position variables
24: var am, stx, sty; // amplitude and step variables
25: var i, doc_width = 800, doc_height = 1800;
26:
27: if (ns4up||ns6up) {
28: doc_width = self.innerWidth;
29: doc_height = self.innerHeight;
30: } else if (ie4up) {
31: doc_width = document.body.clientWidth;
32: doc_height = document.body.clientHeight;
33: }
34:
35: dx = new Array();
36: xp = new Array();
37: yp = new Array();
38: am = new Array();
39: stx = new Array();
40: sty = new Array();
41: j = 0;
42:
43: for (i = 0; i < no; ++ i) {
44: dx[i] = 0; // set coordinate variables
45: xp[i] = Math.random()*(doc_width-50); // set position variables
46: yp[i] = Math.random()*doc_height;
47: am[i] = Math.random()*20; // set amplitude variables
48: stx[i] = 0.02 + Math.random()/10; // set step variables
49: sty[i] = 0.7 + Math.random(); // set step variables
50: if (ns4up) { // set layers
51: if (i == 0) {
52: document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>");
53: } else {
54: document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>");
55: } } else if (ie4up||ns6up) { if (i == 0)
56: {
57: document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>");
58: } else {
59: document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>");
60: }
61: }
62: if (j == (snow.length-1)) { j = 0; } else { j += 1; }
63: }
64:
65: function snowNS() { // Netscape main animation function
66: for (i = 0; i < no; ++ i) { // iterate for every dot
67: yp[i] -= sty[i]; if (yp[i] < -50) {
68: xp[i] = Math.random()*(doc_width-am[i]-30);
69: yp[i] = doc_height;
70: stx[i] = 0.02 + Math.random()/10;
71: sty[i] = 0.7 + Math.random();
72: doc_width = self.innerWidth;
73: doc_height = self.innerHeight; }
74: dx[i] += stx[i];
75: document.layers["dot"+i].top = yp[i]+pageYOffset;
76: document.layers["dot"+i].left = xp[i] +
77: am[i]*Math.sin(dx[i]);
78: }
79: setTimeout("snowNS()", speed);
80: }
81:
82: function snowIE_NS6() { // IE main animation function
83: for (i = 0; i < no; ++ i) { // iterate for every dot
84: yp[i] -= sty[i];
85: if (yp[i] < -50) {
86: xp[i] = Math.random()*(doc_width-am[i]-30);
87: yp[i] = doc_height;
88: stx[i] = 0.02 + Math.random()/10;
89: sty[i] = 0.7 + Math.random();
90: doc_width = ns6up?window.innerWidth-5:document.body.clientWidth;
91: doc_height = ns6up?window.innerHeight-5:document.body.clientHeight;
92: }
93: dx[i] += stx[i];
94: if (ie4up){
95: document.all["dot"+i].style.pixelTop = yp[i]+document.body.scrollTop;
96: document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
97: }
98: else if (ns6up){
99: document.getElementById("dot"+i).style.top=yp[i]+pageYOffset;
100: document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]);
101: }
102: }
103: setTimeout("snowIE_NS6()", speed);
104: }
105:
106: if (ns4up) {
107: snowNS();
108: } else if (ie4up||ns6up) {
109: snowIE_NS6();
110: }
111: // End -->
112: </script>
113:
114: <BLOCKQUOTE>
115: Meet the fish in my tank:<br>
116:
117: <br>
118: <br>
119: <br>
120:
121: <P align="center"><IMG SRC="fishy.jpg"></P>
122: <P align="center">Longnose Hawkfish</A> <I>(Oxycirrhites typus)</I>
123: </P>
124:
125: <br><br><br>
126:
127: <BLOCKQUOTE><A HREF="http://www.liveaquaria.com/product/prod_Display.cfm?siteid=21&pCatId=953">Albino
128: Aeneus Cory Cat</A> <I>(Corydoras aeneus)</I>
129: </BLOCKQUOTE>
130:
131: <br><br><br>
132:
133:
134: Future aquarium denizens:<br>
135:
136: <br>
137: <br>
138: <br>
139:
140:
141: <P align="center"><IMG SRC="mlacustris.jpg"></P>
142: <P align="center">Turquoise Rainbowfish <I>(Melanotaenia lacustris)</I></P>
143:
144: <br><br><br>
145:
146: <BLOCKQUOTE><A HREF="http://www.liveaquaria.com/product/prod_Display.cfm?siteid=21&pCatId=1072">
147: Kuhli Loach</A> <I>(Acanthophthalmus kuhlii)</I>
148: </BLOCKQUOTE>
149:
150: <br>
151:
152: <HR>
153:
154: <br><br>
155:
156:
157: Rainbowfish sites:<br>
158:
159: <br>
160:
161: <BLOCKQUOTE>
162: <A HREF="http://www.angfa.org.au/">Australia New Guinea Fishes Association</A>
163: </BLOCKQUOTE>
164:
165: <BLOCKQUOTE>
166: <A HREF="http://ourworld.compuserve.com/homepages/leneldridge/homepage.htm">British Rainbowfish and Goby Society</A>
167: </BLOCKQUOTE>
168:
169:
170: <BLOCKQUOTE>
171: <A HREF="http://members.optushome.com.au/chelmon/index.htm">Home of the Rainbowfish</A>
172: </BLOCKQUOTE>
173:
174: <BLOCKQUOTE>
175: <A HREF="http://www.rainbowfishes.org/">Rainbowfish Study Group of North America</A>
176: </BLOCKQUOTE>
177:
178:
179:
180: </BLOCKQUOTE>
181: <br><br><br>
182:
183: <P align="center">
184: <table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.mydatanet.com/"><img border="0" src="http://www.pro-counter.com/cgi-bin/gd-count.cgi?page=http://www.csustan.edu/math/jue/aquariumlinks.htm&style=wide_latin&nbdigits=4&reloads=1" alt="Internet Service"></a></td></tr><tr><td><div align="center"><font size="2" face="arial, helvetica, sans-serif"><a href="http://www.mydatanet.com/">Internet Service</a></font></div></td></tr></table>
185: </P>