test subject is a local file

Hi,

During last week's teleconference we started to discuss the issue of describing test subjects that are local files. There are two specific issues to consider in this:

1. How to identify the test subject uniquely (a filename may not be unique outside the local context)
2. Is it necessary to have a mechanism to record the contents of the files? If so, how would the mechanism look like?

The following proposals have been raised:

A. Use the existing WebContent class even though this is not information on the Web. This would also imply changing the description of the class in the spec as well as changing the domain of the http:body property so that it can be used for local files.

B. Develop a new FileContent class that contains optional properties to record the file name, its contents, as well as other properties that we may consider. So really a custom class for local files as we did for Web content.

C. Use the filename as the URI of a TestSubject class (neglecting that this may not be unique outside the local context), and forget about recording the actual contents of the files.

What do people think of these proposals? Are there other proposals?

Regards,
  Shadi


-- 
Shadi Abou-Zahra     Web Accessibility Specialist for Europe | 
Chair & Staff Contact for the Evaluation and Repair Tools WG | 
World Wide Web Consortium (W3C)           http://www.w3.org/ | 
Web Accessibility Initiative (WAI),   http://www.w3.org/WAI/ | 
WAI-TIES Project,                http://www.w3.org/WAI/TIES/ | 
Evaluation and Repair Tools WG,    http://www.w3.org/WAI/ER/ | 
2004, Route des Lucioles - 06560,  Sophia-Antipolis - France | 
Voice: +33(0)4 92 38 50 64          Fax: +33(0)4 92 38 78 22 | 

Received on Tuesday, 3 October 2006 10:19:18 UTC