Re: [techs] Test 80

Chris,

I have actually been going through quite few of the tests. I am happy to have it assigned to me.

What do I need to do to provide the edits for TEST 80?

I do not think my W3C CVS editing access is still active to directly edit this page http://www.w3.org/WAI/GL/WCAG20/tests/test80.html.

This is what need to be done for Test 80:

The existing code for example 80-3.html needs to be replaced with:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>OAC Testfile - Check #80 - Positive</title>
</head>
<body>
<object classid="http://www.miamachina.it/analogclock.py" title="a clock object">
<img src="clock.gif" alt=”An Analog Clock” />
</object>
</body>
</html>

The example title should say this: 80-3.html Will pass the test. (Contains image with valid alternate content.) 




The existing code which is incorrect is this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>OAC Testfile - Check #80 - Positive</title>
</head>
<body>
<object classid="http://www.miamachina.it/analogclock.py" title="a clock object">
<img src="clock.gif"/>
</object>
</body>
</html>


What would you like me to do?



-----Original Message-----
From: Chris Ridpath <chris.ridpath@utoronto.ca>
Sent: Aug 15, 2005 10:30 AM
To: Katie Haritos-Shea <ryladog@earthlink.net>, w3c-wai-gl@w3.org
Subject: Re: [techs] Test 80


Hi Katie,

Thanks for your comment.

That test (80) is still in the 'unconfirmed' state. It's still not ready for 
review on the list and has a few errors, as you've noticed.

We've been working our way through the list of tests and should be dealing 
with that one soon. I don't think it's assigned to anyone so, if you like, 
it can be assigned to you.

Here's the current status of the test suite (document is a bit out of date):
http://www.w3.org/WAI/GL/WCAG20/tests/checkstatus.html

Cheers,
Chris

Received on Monday, 15 August 2005 15:08:40 UTC