Re: Transition request: The System Information API as FPWD

On Mon, 15 Feb 2010 11:49:25 +0100, Robin Berjon <robin@berjon.com> wrote:

> On Feb 15, 2010, at 10:23 , Erik Dahlstrom wrote:
>> This spec could be useful for SVG content, at the moment the spec  
>> doesn't talk about SVG at all.
>
> I'm not sure that it should be talking about SVG, though of course it  
> should work with. Is there anything specific you had in mind?

Oh, nothing in particular, I was just a bit surprised to see all those  
nice interfaces and not a single example using svg.

The example in section 4.6 has a minor bug btw:

   document.getElementById("tempIndicator").style.background-color

should be:

   document.getElementById("tempIndicator").style.backgroundColor

Cheers
/Erik

-- 
Erik Dahlstrom, Core Technology Developer, Opera Software
Co-Chair, W3C SVG Working Group
Personal blog: http://my.opera.com/macdev_ed

Received on Monday, 15 February 2010 11:46:48 UTC