- From: Roberto Scano - IWA/HWG <rscano@iwa-italy.org>
- Date: Sat, 19 Jun 2004 10:06:18 +0200
- To: "John M Slatin" <john_slatin@austin.utexas.edu>, <w3c-wai-gl@w3.org>
----- Original Message -----
From: "John M Slatin" <john_slatin@austin.utexas.edu>
To: <w3c-wai-gl@w3.org>
Sent: Friday, June 18, 2004 11:19 PM
Subject: New rewrite of Guideline 1.1 (action item)
Level 3 success criteria for Guideline 1.1
1. For multimedia content, a text document is provided that includes
descriptions of all important visual information as well as transcripts
of dialogue and other important sounds.
Roberto Scano:
Text documents could be, for eg, also captioning documents like
RealText, QuickTime Text, SAMI? These are text files with markup...
shall we consider them "text document" ? Otherwise this means that if we
want to create captioning for a multimedia content we need to make:
- captioning
- external text file
So, for eg, do u plan to do this?
<object id="QT" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
width="320" height="270">
<param name="src" value="magpie2_demo.qt.smil" />
<param name="autoplay" value="true" />
<param name="controller" value="true" />
<p><a href="transcript.html" title="full text transcript">Transcript
for demo</a></p>
<!-[if !IE]> ->
<object id="QT" data="magpie2_demo.qt.smil"
type="video/quicktime" width="320" height="270">
<param name="autoplay" value="-1" />
<param name="controller" value="-1" />
<p><a href="transcript.html" title="full text
transcript">Transcript for demo</a></p>
</object>
<!- <![endif]->
</object>
Received on Saturday, 19 June 2004 04:06:31 UTC