Re: [whatwg] SVG extensions to canvas

2009-05-06 Thread Giovanni Campagna
2009/5/5 Robert O'Callahan rob...@ocallahan.org: On Tue, May 5, 2009 at 4:35 AM, Giovanni Campagna scampa.giova...@gmail.com wrote: What is embed used for? Flash and videos. Both have intrinsic sizes What is object used for? Videos, Java applets and Silverlight. They all have intrinsic

[whatwg] Timers

2009-05-06 Thread Jon Barnett
Do setTimeout and setInterval belong in HTML 5? They're not really DOM related. They're supported by ActionScript, which doesn't have a DOM. AS supports the same signatures that HTML 5 does (plus another one). HTML 5 already says they're specific to Javascript/ECMAScript, so there's no need for

Re: [whatwg] Just create a Microformat for it - thoughts on micro-data topic

2009-05-06 Thread Manu Sporny
Ian Hickson wrote: On Tue, 5 May 2009, Manu Sporny wrote: Creating a Microformat is a very time consuming prospect, including: ... Microformats Due Diligence Rules ... Are you saying that RDF vocabularies can be created _without_ this due diligence? What I am saying is that the amount of

Re: [whatwg] Just create a Microformat for it - thoughts on micro-data topic

2009-05-06 Thread Manu Sporny
Ian Hickson wrote: One organization for *all* topics, ever? I don't think that would really scale. Even for major languages, like HTML, we haven't found a single organisation to be a successful model. Then you, Ben, and I agree on this particular point: In order for semantic/micro-data

Re: [whatwg] SVG extensions to canvas

2009-05-06 Thread Oliver Hunt
SVG images often don't have an intrinsic size. What's the intrinsic size of this image? svg xmlns=http://www.w3.org/2000/svg; linearGradient id=g x1=0 y1=0 x2=1 y2=0 stop stop-color=red offset=0/stop stop-color=lime offset=1/ /linearGradient rect x=0% y=0% width=100% height=100%