Re: [whatwg] Can the maximum allowed value length be changed to restrict the number of characters?

2013-08-22 Thread Anne van Kesteren
On Wed, Aug 21, 2013 at 8:19 PM, Alexey Proskuryakov a...@webkit.org wrote: FWIW, this is tracked for WebKit as https://bugs.webkit.org/show_bug.cgi?id=120030. I think Darin's comment about the server component makes sense. My remark was mostly as to what is exposed to JavaScript. I don't

Re: [whatwg] Navigation and history traversal issues

2013-08-22 Thread Andrew Oakley
On 19/09/12 01:18, Ian Hickson wrote: I've changed the spec so that traversing the history by a delta always cancels any pending navigations unless you're in the middle of an unload, in which case it just aborts the algorithm entirely. I've also made back()/forward()/go() not work during the

Re: [whatwg] Can the maximum allowed value length be changed to restrict the number of characters?

2013-08-22 Thread Charles McCathie Nevile
On Tue, 20 Aug 2013 19:33:12 +0500, Boris Zbarsky bzbar...@mit.edu wrote: On 8/19/13 7:40 PM, Ryosuke Niwa wrote: Also, http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#the-maxlength-attribute says if the input element has a maximum allowed

Re: [whatwg] Can the maximum allowed value length be changed to restrict the number of characters?

2013-08-22 Thread Boris Zbarsky
On 8/22/13 9:01 AM, Charles McCathie Nevile wrote: The basic question is whether a validator should flag input maxlength=2 value=abc as a conformance error or not. It seems to me like it should. Why? It seems that it generally works in browsers, and has for a long time. Sort of. It gets

Re: [whatwg] Should video controls generate click events?

2013-08-22 Thread Elliott Sprehn
On Tue, Aug 6, 2013 at 2:30 PM, Ian Hickson i...@hixie.ch wrote: On Thu, 27 Jun 2013, Philip Jägenstedt wrote: In a discussion about a click to play/pause feature for Opera on Android, the issue of click event handlers came up.[1] The problem is that pages can do things like this:

Re: [whatwg] Should video controls generate click events?

2013-08-22 Thread Elliott Sprehn
On Thu, Aug 22, 2013 at 10:03 AM, Elliott Sprehn espr...@chromium.orgwrote: On Tue, Aug 6, 2013 at 2:30 PM, Ian Hickson i...@hixie.ch wrote: On Thu, 27 Jun 2013, Philip Jägenstedt wrote: In a discussion about a click to play/pause feature for Opera on Android, the issue of click event