Re: SVG foreignobject Bug

Irène

thanks for your comment, I notice the attachment was replaced by:

https://bugzilla.mozilla.org/attachment.cgi?id=233380
where embed is enclosed by object. object alone does not function in  
camino or webkit ~:"

please provide foreignobject code to play a sound.

cheers

Jonathan Chetwynd


     <html xmlns="http://www.w3.org/1999/xhtml">
       <body>
		<object src="http://www.peepo.co.uk/temp/splat0.mp3">
			<embed src="http://www.peepo.co.uk/temp/splat0.mp3" />
		</object>
       </body>

     </html>

On 23 Jan 2007, at 08:39, Irene Vatton wrote:

On Monday 22 January 2007 20:59, Jonathan Chetwynd wrote:
> Irène,
>
> I don't find this the most natural means to open bugs but please try:
> https://bugzilla.mozilla.org/attachment.cgi?id=228810
>
> works well enough in mozilla and safari webkit.
>
> if you can register this as a bug, i can pass some more your way ~:"

With the CVS Amaya version, the document is correctly parsed but  
nothing is
displayed, like with firefox. What is expected?
By the way, do you know that <embed> is not a valid XHTML tag?


> Jonathan Chetwynd
>
>
> <?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%"
>
>
>    <foreignObject x="250" y="-100" width="380" height="180">
>      <html xmlns="http://www.w3.org/1999/xhtml">
>        <body>
>                  <div id="mysound"><embed src="http://www.peepo.co.uk/
> temp/splat0.mp3" /></div>
>        </body>
>
>      </html>
>    </foreignObject>
>    </svg>
>
> On 22 Jan 2007, at 15:43, Irene Vatton wrote:
>
> On Sunday 21 January 2007 19:59, Jonathan Chetwynd wrote:
>> the open buglist is remarkably concise.
>
> Bugs are added to the list normally when we're sure we can  
> reproduce it.
> And they are removed when a release fixes it.
> Registered bugs which will be fixed in the next release are greyed.
>
>> Are open bugs filed elsewhere?
>>
>> for instance: is foreignobject support complete?
>
> Normally the SVG foreignobject element is supported.
> Did you detect a bug?
>
>> cheers
>>
>> Jonathan Chetwynd
>>
>> I reported a bug around 13/1/2007 to the list
>> it never made it.
>
> I didn't register your bug report (crash: <rect rx="5" ry="5")
> because this
> bug was already fixed in the CVS version when it was reported.
> The list of open bugs is now updated.
>
> Regards
>       Irène.
> -----
> Irène Vatton                     INRIA Rhône-Alpes
> INRIA                               ZIRST
> e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
> Tel.: +33 4 76 61 53 61             Montbonnot
> Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

-- 
      Irène.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Tuesday, 23 January 2007 10:01:06 UTC