Re: [whatwg] Decimal comma in numeric input

2011-04-18 Thread Oldřich Vetešník
Dne Fri, 15 Apr 2011 23:56:45 +0200 Aryeh Gregor napsal(a): 2011/4/14 Oldřich Vetešník : I am afraid that if the decimal separator (in rendering) doesn't behave the way people expect it to, it will mean web developers will have to deal with clients saying "We wan't to be

Re: [whatwg] Decimal comma in numeric input

2011-04-14 Thread Oldřich Vetešník
Dne Thu, 14 Apr 2011 11:40:12 +0200 Henri Sivonen napsal(a): On Thu, 2011-04-14 at 12:05 +0300, Jukka K. Korpela wrote: I was surprised at seeing that the Finnish-language version of Google Chrome 11 beta accepts a number with a comma, such as "4,2", in . It silently converts the comma to

Re: [whatwg] Why there is no wrap="off", intentional or forgotten?

2010-06-02 Thread Oldřich Vetešník
Dne Wed, 02 Jun 2010 13:05:37 +0200 Ashley Sheridan napsal(a): That does seem odd. I would have thought the default value would be 'off' or 'no' as I've never seen a browser yet wrap text in a textarea unless a specific wrapping method was specified either via an attribute or CSS. Thanks, As

[whatwg] Why there is no wrap="off", intentional or forgotten?

2010-06-02 Thread Oldřich Vetešník
Hi, I'm missing the wrap="off" value for textarea wrap attribute; is there any particular reason why this is not part of HTML5? Currently the only values mentioned are "soft" and "hard": http://dev.w3.org/html5/spec/the-button-element.html#attr-textarea-wrap "The wrap attribute is an enumera

Re: [whatwg] Selectable category tree, nested optgroups?

2009-07-26 Thread Oldřich Vetešník
Dne Fri, 24 Jul 2009 17:03:53 +0200 Tab Atkins Jr. napsal/-a: 2009/7/9 Oldřich Vetešník : Hi, Imagine you have a (for example) category tree like this: * Cars  * Sporty  * Limo    * 18 wheeler  * Bloody good  * Big * Places to live in  * Villa  * Flat  * Under bridge ... and you are to

Re: [whatwg] Errormessages in forms

2009-07-21 Thread Oldřich Vetešník
Dne Fri, 26 Jun 2009 07:17:17 +0200 Ian Hickson napsal/-a: On Tue, 2 Dec 2008, Oldřich Vetešník wrote: Dne Tue, 02 Dec 2008 11:31:07 +0100 Ian Hickson napsal/-a: > > Well, in the snippet above, the following seems adequate: >Instructions >Type in dd-mm-yyy for

Re: [whatwg] [html5] Image captions in FIGUREs

2009-07-13 Thread Oldřich Vetešník
Dne Tue, 14 Jul 2009 02:52:22 +0200 Aryeh Gregor napsal/-a: On Mon, Jul 13, 2009 at 8:29 PM, Aen Tan wrote: I was specifically referring to the LEGEND element. That seems to work less. WebKit just removes it from the DOM. Are you suggesting that for compatibility, it should be named some

[whatwg] Selectable category tree, nested optgroups?

2009-07-09 Thread Oldřich Vetešník
Hi, Imagine you have a (for example) category tree like this: * Cars * Sporty * Limo * 18 wheeler * Bloody good * Big * Places to live in * Villa * Flat * Under bridge ... and you are to select one for your article of some sort. isn't capable of doing this at the moment as

Re: [whatwg] Errormessages in forms

2008-12-02 Thread Oldřich Vetešník
Dne Tue, 02 Dec 2008 11:31:07 +0100 Ian Hickson <[EMAIL PROTECTED]> napsal/-a: Well, in the snippet above, the following seems adequate: Instructions Type in dd-mm-yyy format ...and the custom error message should be set from script, using addCustomValidity(). How is that not acce

Re: [whatwg] Deprecating , ?

2008-11-14 Thread Oldřich Vetešník
Dne Fri, 14 Nov 2008 14:40:20 +0100 Pentasis <[EMAIL PROTECTED]> napsal/-a: I agree with the original poster on this. 1) Just because it makes sense to a human (it doesn't to me), does not mean it makes sense to a machine. 2) When using on different text-nodes throughout the document, on

Re: [whatwg] Errormessages in forms

2008-11-11 Thread Oldřich Vetešník
Dne Mon, 10 Nov 2008 21:50:37 +0100 Ian Hickson <[EMAIL PROTECTED]> napsal/-a: Instructions Type in dd-mm- format Must be a valid value (if error is true) This seems excessively complicated and I'm not convinced there is really a problem to solve here. Just using plain text seems enough

Re: [whatwg] Errormessages in forms

2008-11-05 Thread Oldřich Vetešník
Dne Wed, 05 Nov 2008 16:32:41 +0100 Ian Hickson <[EMAIL PROTECTED]> napsal/-a: What's wrong with?: Instructions Must be a valid value Hello, let me just react on this, first of all I don't mind using this solution, I want to share an opinion though: This solution

Re: [whatwg] input type="hidden" and validation

2008-10-22 Thread Oldřich Vetešník
ou are not sure you have is a good reason to be shot :-) Besides, general questions are better served at <news:comp.infosystems.www.authoring.html>; this list is for your ideas regarding the future of HTML. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [whatwg] input type="hidden" and validation

2008-10-22 Thread Oldřich Vetešník
Dne Wed, 22 Oct 2008 17:40:55 +0200 Tab Atkins Jr. <[EMAIL PROTECTED]> napsal/-a: On Wed, Oct 22, 2008 at 10:41 AM, Oldřich Vetešník <[EMAIL PROTECTED]>wrote: Hello, I'd like to throw a question out here, please don't shoot me if it's been already answered

[whatwg] input type="hidden" and validation

2008-10-22 Thread Oldřich Vetešník
Hello, I'd like to throw a question out here, please don't shoot me if it's been already answered, I'm a full-time coder and don't have an internet at home so I can't make any deep researches in your archives. Q: Is it possible that hidden inputs don't have to be in a semantic tag? That i

[whatwg] Image captions

2008-10-20 Thread Oldřich Vetešník
Hello WHATWG, What do you think about this: Q: How would it be possible to integrate captions for images using html? A: 1. Using something similar to element. Extra markup needed though. 2. Using an attribute to display it: alt="Amount of pregnant rats in year 2007" caption="caption" />.