Re: [whatwg] html5 designers

2011-03-22 Thread Régis Kuckaertz
Gustave, Read html5doctor.com, by the author of Introducing HTML5 among others. —Régis On Mon, Mar 21, 2011 at 6:33 PM, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Does anyone knows a good email list for html5 designers, I'm rather lost here, this is for programmers. gustavo

Re: [whatwg] Peer-to-peer use case (was Peer-to-peer communication, video conferencing, device, and related topics)

2011-03-22 Thread Stefan Håkansson LK
Some feedback below. (Stuff where I agree and there is no question have left out). On Mon, 31 Jan 2011, Stefan H kansson LK wrote this use case: We've since produced an updated use case doc: http://www.ietf.org/id/draft-holmberg-rtcweb-ucreqs-01.txt ... The web author developing the

Re: [whatwg] Peer-to-peer communication, video conferencing, device, and related topics

2011-03-22 Thread Harald Alvestrand
Up front statement, orthogonal to the details of the specification: I've discussed this interface somewhat with Ian before in private, and don't agree with his approach on several points - both technical and organizational. I also don't believe that quick iteration and rapid prototyping is

[whatwg] Video and Audio Tracks API

2011-03-22 Thread Lachlan Hunt
Hi, This is regarding the recently added audioTracks and videoTracks APIs to the HTMLMediaElement. The design of these APIs seems to be done a little strangely, in that dealing with each track is done by passing an index to each method on the TrackList interfaces, rather than treating the

Re: [whatwg] Proposal for @label attribute associated with kind=metadata TimedTextTracks

2011-03-22 Thread Eric Winkelman
On Monday, March 21, 2011 11:17 AM, Tab Atkins Jr. [mailto:jackalm...@gmail.com] wrote: Use Case: Many video streams contain in-band metadata for application signaling, and other uses.  By using this metadata, a web page can synchronize an application with the delivered video, or provide

Re: [whatwg] Proposal for @label attribute associated with kind=metadata TimedTextTracks

2011-03-22 Thread Tab Atkins Jr.
On Tue, Mar 22, 2011 at 9:40 AM, Eric Winkelman e.winkel...@cablelabs.com wrote: On Monday, March 21, 2011 11:17 AM, Tab Atkins Jr. [mailto:jackalm...@gmail.com] wrote: I'm also somewhat confused.  The OP mentions in-band metadata, but then proposes adding something to out-of-band track

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-22 Thread Ehsan Akhgari
- Original Message - From: Robert O'Callahan rob...@ocallahan.org To: Ehsan Akhgari eh...@mozilla.com Cc: Aryeh Gregor simetrical+...@gmail.com, whatwg whatwg@lists.whatwg.org, Ryosuke Niwa rn...@webkit.org, Ehsan Akhgari ehsan.akhg...@gmail.com, Hallvord R. M. Steen

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-22 Thread Ryosuke Niwa
On Mon, Mar 21, 2011 at 8:48 PM, Robert O'Callahan rob...@ocallahan.orgwrote: We can deprecate the CSS mode and leave it unspecified, without removing it from Webkit and Gecko. That won't hurt interop since anyone using it is probably UA-sniffing already. If sometime in the future we decide

Re: [whatwg] Proposal for @label attribute associated with kind=metadata TimedTextTracks

2011-03-22 Thread Eric Winkelman
On Tuesday, March 22, 2011 10:47 AM, Tab Atkins Jr. wrote: Ah, now I understand. You're referring to this as a @label attribute. Attributes only exist on elements, which is why I thought you had suddenly switched to talking about out-of-band track elements. The term you want is property to

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-22 Thread Ryosuke Niwa
On Thu, Mar 17, 2011 at 3:31 PM, Aryeh Gregor simetrical+...@gmail.comwrote: I just rewrote the spec, and it's now both shorter and produces better results. For a quick view of the results, as compared to the browser you're currently using, you can look here:

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-22 Thread Ehsan Akhgari
One thing we might want to consider is to merge elements when forcing style or pushing down style. For example, if we had bhello /bworld and bolded world, I'd expect to get bhello world/b instead of bhello /bbworld/b. While it's not that much of an improvement in this very simple case, the

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-22 Thread Robert O'Callahan
On Wed, Mar 23, 2011 at 12:51 PM, Aryeh Gregor simetrical+...@gmail.comwrote: On Mon, Mar 21, 2011 at 11:48 PM, Robert O'Callahan rob...@ocallahan.org wrote: We can deprecate the CSS mode and leave it unspecified, without removing it from Webkit and Gecko. That won't hurt interop since