[whatwg] Autofocus readonly Input Elements

2011-09-23 Thread Kaustubh Atrawalkar
Hi, Reference - http://www.whatwg.org/specs/web-apps/current-work/#attr-fe-autofocus Here there is mentioned that Queue a task that checks to see if the element is focusable, and if so, runs the focusing steps for that element. User agents may also change the scrolling position of the document,

Re: [whatwg] window.onerror and cross-origin scripts

2011-09-23 Thread Simon Pieters
On Thu, 22 Sep 2011 16:02:30 +0200, Simon Pieters sim...@opera.com wrote: I was talking about window.onerror. script onerror per spec fires for empty src=, unresolvable URL and network errors (DNS or 404). If we want to make onload always fire for cross-origin, it would make sense for

[whatwg] HTMLForms: Implicit Submission with {display:none} button

2011-09-23 Thread Kaustubh Atrawalkar
Hi, There is an issue regarding form submit button which is little unclear from the specs mentioned in here http://www.whatwg.org/specs/web-apps/cu ... submission If the form has submit button with display property as none, will that form should be implicitly submitted on pressing enter key? This

Re: [whatwg] Autofocus readonly Input Elements

2011-09-23 Thread Ian Hickson
On Fri, 23 Sep 2011, Kaustubh Atrawalkar wrote: Reference - http://www.whatwg.org/specs/web-apps/current-work/#attr-fe-autofocus Here there is mentioned that Queue a task that checks to see if the element is focusable, and if so, runs the focusing steps for that element. User agents may

Re: [whatwg] HTMLForms: Implicit Submission with {display:none} button

2011-09-23 Thread Ian Hickson
On Fri, 23 Sep 2011, Kaustubh Atrawalkar wrote: There is an issue regarding form submit button which is little unclear from the specs [...] If the form has submit button with display property as none, will that form should be implicitly submitted on pressing enter key? This works in

Re: [whatwg] Web Forms 2 Repetition Model?please reinstate on specification

2011-09-23 Thread Matthew Slyman
Matthew Slyman, M.A. Computer Science (Camb) -- Quoting Ian Hickson i...@hixie.ch: We took it out because it was just far too complicated a solution to solve far too narrow a set of use cases. However, there is a lot of ongoing work in this area of research, especially currently in the

Re: [whatwg] Autofocus readonly Input Elements

2011-09-23 Thread Ojan Vafai
On Fri, Sep 23, 2011 at 11:49 AM, Ian Hickson i...@hixie.ch wrote: On Fri, 23 Sep 2011, Kaustubh Atrawalkar wrote: Reference - http://www.whatwg.org/specs/web-apps/current-work/#attr-fe-autofocus Here there is mentioned that Queue a task that checks to see if the element is

Re: [whatwg] The placeholder attribute

2011-09-23 Thread Bjartur Thorlacius
Should @placeholder be renamed @eg, and used exclusively for example input? On Thu, Sep 22, 2011 at 11:53 PM, Bjartur Thorlacius svartma...@gmail.com wrote: The semantics of the placeholder and title attributes of inputs overlap slightly; the placeholder attribute may contain a hint to aid the

Re: [whatwg] HTMLForms: Implicit Submission with {display:none} button

2011-09-23 Thread Kaustubh Atrawalkar
If the form has submit button with display property as none, will that form should be implicitly submitted on pressing enter key? This works in Opera Firefox but does not work in IE Safari as of now. What is the expected behavior for this? The strict answer is that it's up to the