Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2008-10-28 Thread Ian Hickson
On Thu, 22 Feb 2007, Matthew Raymond wrote: I'll start: * XForms Tiny's |calculate| attribute * |required| attribute with expression values (formerly XForms Tiny's |needed| attribute) * |valid| (formerly XForms Tiny's |constraint| attribute) * |disabled| attribute with

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-25 Thread Gervase Markham
Mihai Sucan wrote: No. I really meant commas, not semicolons. This is because I use commas to separate multiple email addresses in the To: field in Opera M2. I'm quite certain it also works in Outlook, Incredibly (at least last time I looked) it only works when you check a particular

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-25 Thread Mihai Sucan
Le Sun, 25 Feb 2007 11:58:20 +0200, Gervase Markham [EMAIL PROTECTED] a écrit: Mihai Sucan wrote: No. I really meant commas, not semicolons. This is because I use commas to separate multiple email addresses in the To: field in Opera M2. I'm quite certain it also works in Outlook,

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-25 Thread Keryx Web
More food for thought can be found at http://friendlybit.com/js/improving-interactivity-with-javascript/ At least three of them seem to not be in WF 2: Drag and drop, Image handling and Sortable Items. Auto validation seems like a usable feature as well, but is perhaps left to JS as

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-25 Thread Anne van Kesteren
On Sun, 25 Feb 2007 20:21:44 +0100, Keryx Web [EMAIL PROTECTED] wrote: More food for thought can be found at http://friendlybit.com/js/improving-interactivity-with-javascript/ At least three of them seem to not be in WF 2: Drag and drop, Partially addressed by the draggable= attribute in

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-25 Thread Gervase Markham
Mihai Sucan wrote: Not if it does the simple, smart thing that Thunderbird does - if you paste in a comma-separated list of addresses, turn it into a list of single entries. You've now added even more work: parse the list of emails, and add the new inputs for each email address. You

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-24 Thread Mihai Sucan
Hello! Thank you for the reply. Le Sat, 24 Feb 2007 04:17:30 +0200, Matthew Raymond [EMAIL PROTECTED] a écrit: Mihai Sucan wrote: I'm not sure if this is appropriate thread to make a wish, but the subject is WF3 feature list. Please don't forget about extending input type=email to allow

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-23 Thread Mihai Sucan
Le Fri, 23 Feb 2007 05:55:02 +0200, Matthew Raymond [EMAIL PROTECTED] a écrit: I'll start: * XForms Tiny's |calculate| attribute * |required| attribute with expression values (formerly XForms Tiny's |needed| attribute) * |valid| (formerly XForms Tiny's |constraint| attribute) *

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-23 Thread Matthew Raymond
Mihai Sucan wrote: I'm not sure if this is appropriate thread to make a wish, but the subject is WF3 feature list. Please don't forget about extending input type=email to allow a list of multiple emails, comma separated. See my request:

[whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-22 Thread Matthew Raymond
I'll start: * XForms Tiny's |calculate| attribute * |required| attribute with expression values (formerly XForms Tiny's |needed| attribute) * |valid| (formerly XForms Tiny's |constraint| attribute) * |disabled| attribute with expression values (formerly XForms Tiny's |relevant|

Re: [whatwg] [WF3] Web Forms 3.0 Feature List

2007-02-22 Thread carmen
| input type=number name=cc1_4 | select name=cc1_exp_month[...]/select / | select name=cc1_exp_year[...]/select don't you see cc1_exp_year as a bit of a problem? i hope webforms3 addresses the name hacking that has become standard in web frameworks to flatten multiple db