Web accessibility service pageWeb accessibility service page

1.10:H101109 Provide transcripts for all audio files.

Improper design

Audio file do not have plain text.

Improper design:

  <P>Web audio trial cartoon<A href="fly.rm">Gatchaman theme song</A></P>
          

Proper demonstration

With respect to audio files, provide plain text at the side.

Proper example:

  <P>Web audio trial cartoon<A href="fly.rm">Gatchaman theme song</A>Ħi<A href="fly.jsp">song content</A>Ħj</P>
          

Proper example:

  <P>Web audio trial cartoon<A href="fly.rm">Gatchaman theme song</A></P>
  <P><STRONG>song content</STRONG></P>
  <P>fly!fly!Gatchaman fly limitless in the sky</P>
  <P>see how brave and how persistent he looks </P>
  <P>defect enemies for the righteous </P>
  <P>fight to the end for the just </P>
  <P>fly!fly!fly!Gatchaman! </P>
  <P>forward!forward!forward!Gatchaman! </P>
  <P>I love Gatchaman, I love Gatchaman </P>
  <P>so brave!Gatchaman </P>
          
End of Main Content