Re: [whatwg] several messages about the naming of the loop attributes

2007-10-27 Thread Michael A. Puls II
On 10/26/07, Ian Hickson <[EMAIL PROTECTED]> wrote: > > Bikeshed alert. > > On Fri, 19 Oct 2007, Michael A. Puls II wrote: > > Now, I am suggesting: > > currentLoop -> playIndex || currentPlayIndex || currentPlayCountIndex > > I have left this one for now. I don't like index, for reasons discussed

[whatwg]

2007-10-27 Thread Anne van Kesteren
The way newlines are handled for should also apply to to keep things consistent. That is, lines are CRLF delimited. -- Anne van Kesteren

[whatwg] "Fitting in" with where HTML is going

2007-10-27 Thread Charles
Hello, I've been lurking for a couple months, with a special interest in media-related enhancements. I'm looking for recommendations on how to make a project a better philosophical fit with where HTML is going, and if that's too off-topic I'll happily go back to lurking. Before the end of the

Re: [whatwg] SVG extensions to

2007-10-27 Thread Anne van Kesteren
On Sat, 27 Oct 2007 15:44:39 +0200, Vlad Alexander (xhtml.com) <[EMAIL PROTECTED]> wrote: Any application that does a thumbnail preview of an SVG image must scale the image. If it's okay to scale images for thumbnail previews, why is it not okay for scaling inside the IMG or OBJECT element?

Re: [whatwg] SVG extensions to

2007-10-27 Thread Timothy Hatcher
Raster images have an intrinsic size, the number of pixels. When scaling SVG, you scale based on the explicit size the document states. So 50% is half of the explicit document size. They wouldn't be called scalable vector graphics if you couldn't scale them externally. ;) On Oct 26, 2007, a

Re: [whatwg] Full screen for the element

2007-10-27 Thread Ivo Emanuel Gonçalves
As far as I understand this issue, the best solution is to leave it up to the user-agent. If they want to provide a full screen option let them have it. If users find it annoying or if it's heavily abused, they either disable it or move to another browser that knows what it's doing(tm). Basicall

Re: [whatwg] SVG extensions to

2007-10-27 Thread Vlad Alexander (xhtml.com)
Daniel wrote: > SVGs *explicitly* state their size So do raster images. Daniel wrote: > To change the size, you would actually be violating > the content of the image file itself. But that is exactly what SVG editors do - they let users scale the SVG images. Any application that does a thumbnail

Re: [whatwg] SVG extensions to

2007-10-27 Thread ddailey
Presumably if the SVG document contained an object such as then, that object would scale to fit the HTML tag that contains it. At least, I think that's how it works for , and . David Dailey - Original Message - From: "Devi Web Development" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>