Re: [whatwg] Review of the 3.16 section and the HTMLInputElement interface

2008-11-06 Thread timeless
On Thu, 6 Nov 2008, Samuel Santos wrote: > What about allowing the Author to change the control's locale? By doing > so, the UA can then render the button with the same locale as the > application without compromising the security. On Thu, Nov 6, 2008 at 5:50 PM, Ian Hickson <[EMAIL PROTECTED]> wr

Re: [whatwg] 'input' event interpretation

2008-11-06 Thread Ian Hickson
On Fri, 2 May 2008, Rimvydas wrote: > > The question is related to the 'input' event on Web Forms 2.0. > > The WF2 specification says: > "This [input] event must be fired on a control whenever the value of > the control changes due to input from the user, and is otherwise > identical to the change

Re: [whatwg] HTMLMediaElement: static TimeRanges/ByteRanges

2008-11-06 Thread Philip Jägenstedt
On Thu, 2008-11-06 at 16:55 -0500, Jim Jewett wrote: > Philip Jägenstedt wrote: > > > http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#dom-media-buffered > > > "The buffered attribute must return a static normalized TimeRanges object" > > > ... what does "static" mean in th

Re: [whatwg] Video element and duration attribute

2008-11-06 Thread Ralph Giles
On Thu, Nov 6, 2008 at 9:46 AM, Eric Carlson <[EMAIL PROTECTED]> wrote: > Instead of seeking to the end of the file to calculate an > exact > duration as you describe, it is much cheaper to estimate the duration by > processing a fixed portion of the file and extrapolating to the

Re: [whatwg] Form control consistency

2008-11-06 Thread Ian Hickson
On Wed, 20 Feb 2008, Markus Ernst wrote: > > I suggest to change the point-of-view for future HTML versions. A > consistent structure could look somehow like the following: Unfortunately since we have to be compatible with the legacy content and browsers, we are quite constrained in terms of wh

Re: [whatwg] Review of the 3.16 section and the HTMLInputElement interface

2008-11-06 Thread Samuel Santos
On Thu, Nov 6, 2008 at 5:50 PM, Ian Hickson <[EMAIL PROTECTED]> wrote: > On Thu, 6 Nov 2008, Eduard Pascual wrote: > > > > I agree with Samuel in that this is an issue. In Catalunya, most often > > Spanish software is used (both OS and browsers), because a lot of the > > software is not easily (or

Re: [whatwg] parsing nested forms

2008-11-06 Thread Ian Hickson
On Thu, 6 Nov 2008, Tommy Thorsen wrote: > > I think I have a couple of other instances where we've had to deviate > from the specification in order to tackle problems discovered by our > testers, and if any of you are interested in this kind of feedback, I'll > dig them out and post them on th

Re: [whatwg] Review of the 3.16 section and the HTMLInputElement interface

2008-11-06 Thread Ian Hickson
On Thu, 6 Nov 2008, Eduard Pascual wrote: > > I agree with Samuel in that this is an issue. In Catalunya, most often > Spanish software is used (both OS and browsers), because a lot of the > software is not easily (or at all) available in Catalan (specially > Microsoft software, such as Windows

Re: [whatwg] Video element and duration attribute

2008-11-06 Thread Eric Carlson
Chris - On Oct 31, 2008, at 1:18 PM, Chris Double wrote: Some video formats don't make it easy to get the duration. For example, Ogg files can be concatenated to form a single playable file. To compute the duration you need to do multiple seeks to find the chains and total the durations of eac

Re: [whatwg] Review of the 3.16 section and the HTMLInputElement interface

2008-11-06 Thread Ian Hickson
On Thu, 6 Nov 2008, Samuel Santos wrote: > > > > Why do they use the wrong language browser in the first place? > > In Portugal a lot computers come with the english OS version.This means > that the browser is in english and configured to have english as the > default language. > > The problem

[whatwg] HTMLMediaElement: static TimeRanges/ByteRanges, "potentially playing" definition

2008-11-06 Thread Philip Jägenstedt
More random issues related to HTMLMediaElement http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#dom-media-buffered "The buffered attribute must return a static normalized TimeRanges object" The phrasing for the other ranges attributes is similar, but what does "static" mean

[whatwg] parsing nested forms

2008-11-06 Thread Tommy Thorsen
Hi again! Before I get to the real issue, I think I should give you a little bit of background. I'm working for a company which makes a web browser. We've been having some problems with our algorithm for parsing illegal html, so we decided to scrap the whole module and implement the algorithm