- From: ~:'' ありがとうございました。 <j.chetwynd@btinternet.com>
- Date: Sun, 25 Mar 2007 09:08:38 +0100
- To: public-cdf@w3.org
is there a test suite and harness?
if so, perhaps the CDF WG would consider including the attached file
'audio on :hover or :focus'
this requires SVG, HTML and CSS but no script or animation.
I would be particularly keen to see a simple example showing how to
use client-side script with RDF to alter a document.
perhaps referencing a GUI schema such as http://www.peepo.co.uk/temp/
gui-schema#
kind regards
Jonathan Chetwynd
Accessibility Consultant on Learning Disabilities and the Internet
http://www.peepo.co.uk
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%"
>
<style type="text/css" id="css"><![CDATA[
.audio {display: none}
a:hover .audio {display: block}
a:focus .audio {display: block}
]]></style>
<a xlink:href="http://www.peepo.co.uk/index.svg">
<rect x="5" y="5" width="255" height="25" style="fill:#aaa"/>
<text x="10" y="25" >audio on :hover or :focus</text>
<foreignObject class="audio" xlink:href="http://www.peepo.co.uk/sound/
en/splat.mp3">
<html xmlns="http://www.w3.org/1999/xhtml" >
<object data="http://www.peepo.co.uk/sound/en/splat.mp3" />
</html>
</foreignObject>
</a>
</svg>
Received on Sunday, 25 March 2007 08:09:04 UTC