[whatwg] HTML5 parsing and specification challenges and difficulties

2013-07-30 Thread Mohammad Al Houssami (Alumni)
Hello there, I am implementing an HTML5 parser and as part of the project I have to write a report that should include what are the major challenges faced during writing the specs of the parser and the actual parsing process. I have been trying to find some useful information but couldn't find

Re: [whatwg] Forms-related feedbackiuuuiiija

2013-07-30 Thread Renoir B.
Am I IIT in in a I'll j I amiuin in the uKai it quid Renoir Boulanger Software Frontend developer https://renoirboulanger.com/#is ~ ~ On Jul 29, 2013 7:21 PM, Ian Hickson i...@hixie.ch wrote: On Mon, 14 Jan 2013, Jonas Sicking wrote: On Jan 8, 2013 1:47 AM, Ian Hickson i...@hixie.ch wrote:

Re: [whatwg] Forms-related feedbackiuuuiiija

2013-07-30 Thread Octavian Damiean
On Tue, Jul 30, 2013 at 2:58 PM, Renoir B. reno...@gmail.com wrote: Am I IIT in in a I'll j I amiuin in the uKai it quid Renoir Boulanger Software Frontend developer https://renoirboulanger.com/#is ~ ~ ​That must be some sort of special ​encryption right there. -- Octavian Damiean

Re: [whatwg] Outline style to use for drawSystemFocusRing

2013-07-30 Thread Ian Hickson
On Mon, 29 Jul 2013, Rik Cabanier wrote: On Mon, Jul 29, 2013 at 5:26 PM, Ian Hickson i...@hixie.ch wrote: On Mon, 29 Jul 2013, Rik Cabanier wrote: Does that mean it should be stroked along the path? That depends on the platform. Some platforms render the focus as a highlight, some

Re: [whatwg] Forms-related feedbackiuuuiiija

2013-07-30 Thread Renoir B.
Hello people. I am very sorry for this, it was impossible for me to cancel the send since i accidentally hit sent on my phone when I put it in my pocket. :-( Reading the specs and documentation is my current hobby during transit :) Sorry again guys. *Renoir Boulanger* Frontend software

Re: [whatwg] HTML5 parsing and specification challenges and difficulties

2013-07-30 Thread Anne van Kesteren
On Tue, Jul 30, 2013 at 12:21 PM, Mohammad Al Houssami (Alumni) mh...@mail.aub.edu wrote: I am implementing an HTML5 parser and as part of the project I have to write a report that should include what are the major challenges faced during writing the specs of the parser and the actual parsing

Re: [whatwg] Proposal:Improve internationalization in the autocomplete attribute

2013-07-30 Thread Ian Hickson
On Tue, 30 Jul 2013, Lara Rennie wrote: If they want a separate field, they can trivially just extract out the CEDEX bit by looking for the word CEDEX in the locality, and stripping it out if it's present. I would expect most implementations not to bother (since there doesn't seem to

Re: [whatwg] HTML5 parsing and specification challenges and difficulties

2013-07-30 Thread Ian Hickson
On Tue, 30 Jul 2013, Mohammad Al Houssami (Alumni) wrote: I am implementing an HTML5 parser and as part of the project I have to write a report that should include what are the major challenges faced during writing the specs of the parser and the actual parsing process. I have been trying

Re: [whatwg] input value sanitization algorithm

2013-07-30 Thread Ian Hickson
On Fri, 18 Jan 2013, Jonathan Watt wrote: In addition to the value sanitization algorithm, some input types specify actions that the user agent must take when the element's value is suffering from underflow/overflow or a step mismatch. To make it clearer that these actions will also be run

Re: [whatwg] Hide placeholder on input controls on focus

2013-07-30 Thread Ian Hickson
On Mon, 18 Mar 2013, Markus Ernst wrote: On several occasions I encountered that users got confused by the placeholders on input fields. In a doodle.com survey last week, 2 out of 5 people answered me via e-mail that they were not able to fill in their names in the name field, because

Re: [whatwg] Defines the default size of input type='range' and other form controls

2013-07-30 Thread Ian Hickson
On Wed, 17 Apr 2013, Mounir Lamouri wrote: Currently the specification specifies some form control sizes (at least text controls and progress and meter elements) but most of the form controls bindings do not specify the expected default size of the control. I believe that the default size

Re: [whatwg] Ignore min and max if min max

2013-07-30 Thread Ian Hickson
On Wed, 17 Apr 2013, Mounir Lamouri wrote: Currently, the specification seems to take care of min max by simply making the element suffering from a value underflow such as a value overflow. Also, input type='range' has a special behaviour in that situation. However, if you try different