Re: [whatwg] Stream API Feedback

2011-03-15 Thread Lachlan Hunt
On 2011-03-14 17:59, Lachlan Hunt wrote: There are a few issues with the recently added media streaming API. In addition to what I sent previously, there are some additional use cases that do not appear to be addressed adequately by the current spec for streaming media. In chat clients,

Re: [whatwg] device use cases

2011-03-15 Thread Jörn Zaefferer
Where did you hear that device was cancelled? On Tue, Mar 15, 2011 at 14:10, jesp...@opera.com wrote: Hi! I just heard that device was canceled and replaced by navigator.getUserMedia()... Just wanted to point out a couple of use cases that I was looking forward to, that seems to maybe have

Re: [whatwg] device use cases

2011-03-15 Thread Peter Beverloo
On Tue, Mar 15, 2011 at 14:26, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Where did you hear that device was cancelled? On Tue, Mar 15, 2011 at 14:10, jesp...@opera.com wrote: Hi! I just heard that device was canceled and replaced by navigator.getUserMedia()... Just wanted

Re: [whatwg] device use cases

2011-03-15 Thread Philip Jägenstedt
On Tue, 15 Mar 2011 14:26:29 +0100, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Where did you hear that device was cancelled? http://html5.org/tools/web-apps-tracker?from=5944to=5945 Detailed responses to feedback on the topic will be sent out soon. -- Philip Jägenstedt Core

Re: [whatwg] device use cases

2011-03-15 Thread Lachlan Hunt
On 2011-03-15 14:10, jesp...@opera.com wrote: I just heard that device was canceled and replaced by navigator.getUserMedia()... Just wanted to point out a couple of use cases that I was looking forward to, that seems to maybe have gotten a bit lost on the way? I was really looking forward to

Re: [whatwg] Form input element for value-unit pairs

2011-03-15 Thread Christoph Päper
Jukka K. Korpela: Christoph Päper wrote: input type=number id=fontsize value=12 unit=pt Or do you mean that the presence of the unit=... attribute would trigger a special implementation of numeric input, so that the user is expected to enter both a number and a unit, with the latter

Re: [whatwg] Form input element for value-unit pairs

2011-03-15 Thread Markus Ernst
Am 15.03.2011 17:36 schrieb Christoph Päper: Jukka K. Korpela: Christoph Päper wrote: input type=number id=fontsize value=12 unit=pt Or do you mean that the presence of the unit=... attribute would trigger a special implementation of numeric input, so that the user is expected to enter

Re: [whatwg] Interpretation issue: can section be used for extended

2011-03-15 Thread Jacob Kristensen
Why would anyone want to include lists inside paragraphs? Aside from those very old, ancient documents/sites that are left out there, who left out the closing tags for paragraphs? Where you would typically see one large paragraph of text in books (to save space), you would see the same

Re: [whatwg] Interpretation issue: can section be used for extended

2011-03-15 Thread Ashley Sheridan
On Tue, 2011-03-15 at 19:47 +0100, Jacob Kristensen wrote: Why would anyone want to include lists inside paragraphs? Aside from those very old, ancient documents/sites that are left out there, who left out the closing tags for paragraphs? Where you would typically see one large paragraph

[whatwg] Embedding custom hierarchical data

2011-03-15 Thread Hay (Husky)
Hi everyone, what would be the 'preferred' way to embed custom hierarchical data in a HTML document? Consider, for example, a list that contains custom data that needs to be displayed using Javascript. In most cases, the data-* attributes are a nice way to embed non-visual data to be read out

Re: [whatwg] Stream API Feedback

2011-03-15 Thread Robert O'Callahan
Instead of creating new state signalling and control API for streams, what about the alternative approach of letting video and audio use sensors as sources, and a way to connect the output of video and audio to encoders? Then we'd get all the existing state machinery for free. We'd also get sensor

Re: [whatwg] Embedding custom hierarchical data

2011-03-15 Thread Bjartur Thorlacius
On 3/15/11, Hay (Husky) hus...@gmail.com wrote: Hi everyone, what would be the 'preferred' way to embed custom hierarchical data in a HTML document? You should also consider passing the data along with the script and HTML, rather than embedding it in the markup. This may save you from

Re: [whatwg] Embedding custom hierarchical data

2011-03-15 Thread Hay (Husky)
Thanks for the suggestion Bjartur, but unfortunately that's not an option in the usecase. Data is parsed using Freemarker (a template language) and can't be included using a script src= tag. -- Hay On Tue, Mar 15, 2011 at 10:15 PM, Bjartur Thorlacius svartma...@gmail.com wrote: On 3/15/11, Hay

Re: [whatwg] Stream API Feedback

2011-03-15 Thread Bjartur Thorlacius
On 3/15/11, Robert O'Callahan rob...@ocallahan.org wrote: Instead of creating new state signalling and control API for streams, what about the alternative approach of letting video and audio use sensors as sources, and a way to connect the output of video and audio to encoders? Then we'd get

Re: [whatwg] Stream API Feedback

2011-03-15 Thread Robert O'Callahan
On Wed, Mar 16, 2011 at 11:11 AM, Bjartur Thorlacius svartma...@gmail.comwrote: On 3/15/11, Robert O'Callahan rob...@ocallahan.org wrote: Instead of creating new state signalling and control API for streams, what about the alternative approach of letting video and audio use sensors as

Re: [whatwg] Embedding custom hierarchical data

2011-03-15 Thread Aryeh Gregor
On Tue, Mar 15, 2011 at 4:06 PM, Hay (Husky) hus...@gmail.com wrote: 1) Microdata. This could work, but only if the data should be displayed as well. If the data should be processed (and for example, be shown in another part of the page) this doesn't work really well. You could the hide the