Re: [whatwg] base elements, again

2011-05-11 Thread Henri Sivonen
On Mon, 2011-05-09 at 15:55 -0400, Boris Zbarsky wrote: On 5/8/11 12:11 AM, Ian Hickson wrote: On Mon, 24 Jan 2011, Boris Zbarsky wrote: https://bugzilla.mozilla.org/show_bug.cgi?id=627361 The conclusion seems to have been to attempt to keep the spec as it stands, and try to get the

[whatwg] synchronization of (HTML5 video+audio) and (image) and (text/html/frames) = html5 multimedia presentation

2011-05-11 Thread Narendra Sisodiya
I forget the API and project name. May someone tell me if there is any existing API/project for this kind of task. I am willing to sart/collaborate such work.. -- ┌─┐ │Narendra Sisodiya │http://narendrasisodiya.com └─┘

Re: [whatwg] synchronization of (HTML5 video+audio) and (image) and (text/html/frames) = html5 multimedia presentation

2011-05-11 Thread Silvia Pfeiffer
Are you maybe talking about popcorn.js ? Or are you after a certain API in HTML5? Silvia. On Wed, May 11, 2011 at 7:33 PM, Narendra Sisodiya naren...@narendrasisodiya.com wrote: I forget the API and project name. May someone tell me if there is any existing API/project for this kind of task. I

Re: [whatwg] synchronization of (HTML5 video+audio) and (image) and (text/html/frames) = html5 multimedia presentation

2011-05-11 Thread Narendra Sisodiya
On Wed, May 11, 2011 at 5:02 PM, Silvia Pfeiffer silviapfeiff...@gmail.comwrote: Are you maybe talking about popcorn.js ? Or are you after a certain API in HTML5? I was looking for popcorn.js I got it. My purpose is to replace flash and create multimedia content using open web standards ..

[whatwg] Full Screen API Feedback

2011-05-11 Thread Jer Noble
WebKit is in the process of implementing Mozilla's proposed Full Screen API https://wiki.mozilla.org/Gecko:FullScreenAPI. Basic full screen support is available in WebKit Nightlies http://nightly.webkit.org/ on Mac and Windows (other ports are adding support as well), and can be enabled

Re: [whatwg] The PeerConnection onmessage function attribute

2011-05-11 Thread Per-Erik Brodin
Hi Tommy, On 2011-05-11 14:59 CEST, Tommy Widenflycht (ᛏᚮᛘᛘᚤ) wrote: Hi gang, What is the event type for the onmessage event handler? I might have missed something but I can't find a suitable event for this one. A MessageEvent is already defined by the Communication spec

Re: [whatwg] Full Screen API Feedback

2011-05-11 Thread Jonas Sicking
On Wed, May 11, 2011 at 11:27 AM, Jer Noble jer.no...@apple.com wrote: 3. fullscreenchange events and their targets. The current proposal states that a fullscreenchange event must be dispatched when a document enters or leaves full-screen. Additionally, when the event is dispatched, if the

Re: [whatwg] Specs for window.atob() and window.btoa()

2011-05-11 Thread Ian Hickson
On Fri, 4 Feb 2011, Jorge wrote: Wrt to the note some base64 encoders add newlines or other whitespace to their output. atob() throws an exception if its input contains characters other than +/=0-9A-Za-z, so other characters need to be removed before atob() is used for decoding in

Re: [whatwg] Full Screen API Feedback

2011-05-11 Thread Jer Noble
On May 11, 2011, at 3:03 PM, Jonas Sicking wrote: On Wed, May 11, 2011 at 11:27 AM, Jer Noble jer.no...@apple.com wrote: 3. fullscreenchange events and their targets. The current proposal states that a fullscreenchange event must be dispatched when a document enters or leaves full-screen.

Re: [whatwg] Thoughts on recent WhatWG blog post

2011-05-11 Thread Ian Hickson
On Mon, 7 Feb 2011, Adam van den Hoven wrote: window.atob() and window.btoa() feel wrong, so does window.crypto.getRandomUint8Array(length), not because they're not useful but because there is no answer to 'what does converting binary data to a base 64 string have to do with window?'

Re: [whatwg] Full Screen API Feedback

2011-05-11 Thread Jonas Sicking
On Wed, May 11, 2011 at 3:27 PM, Jer Noble jer.no...@apple.com wrote: On May 11, 2011, at 3:03 PM, Jonas Sicking wrote: On Wed, May 11, 2011 at 11:27 AM, Jer Noble jer.no...@apple.com wrote: 3. fullscreenchange events and their targets. The current proposal states that a fullscreenchange

[whatwg] Comments on the dropzone attributes

2011-05-11 Thread Yael.Aharon
Hi, I'd like to propose a few changes to the definition of the dropzone attribute. 1. In the same sentence, the spec says that it is not valid to add the feedback value more than once, but it also says that the first occurrence is to be used. Can the spec change to simply say that the first

Re: [whatwg] Full Screen API Feedback

2011-05-11 Thread Robert O'Callahan
On Thu, May 12, 2011 at 6:27 AM, Jer Noble jer.no...@apple.com wrote: 1. Z-index as the primary means of elevating full screen elements to the foreground. The spec suggests that a full screen element is given a z-index of BIGNUM in order to cause the full screen element to be visible on top

Re: [whatwg] Full Screen API Feedback

2011-05-11 Thread Jer Noble
On May 11, 2011, at 7:41 PM, Robert O'Callahan wrote: On Thu, May 12, 2011 at 6:27 AM, Jer Noble jer.no...@apple.com wrote: 1. Z-index as the primary means of elevating full screen elements to the foreground. The spec suggests that a full screen element is given a z-index of BIGNUM in

Re: [whatwg] Remove maxWidth from fillText and strokeText

2011-05-11 Thread Ian Hickson
On Sun, 13 Feb 2011, Charles Pritchard wrote: Could we remove the optional maxWidth parameter from fillText and strokeText of CanvasRenderingContext2D. I don't see them in use anywhere, they're not widely implemented, and I don't see them fitting any particular common purpose. Their intent

Re: [whatwg] Proposal for canvas src to allow images with structured fallback

2011-05-11 Thread Ian Hickson
On Wed, 2 Mar 2011, Tab Atkins Jr. wrote: img was designed in a broken manner, as it is a purely visual element with no way for non-sighted users, such as blind people or search engines, to view its contents. To fix this issue, @alt was added to img, to provide a textual alternative to

Re: [whatwg] Canvas and drawWindow

2011-05-11 Thread Ian Hickson
On Fri, 11 Mar 2011, Erik M�ller wrote: I bet this has been discussed before, but I'm curious as to what people think about breathing some life into a more general version of Mozillas canvas.drawWindow() that draws a snapshot of a DOM window into the canvas? This is something that is