Re: [whatwg] hit regions: limited set of elements for fallback content

2014-02-21 Thread Steve Faulkner
hixie wrote: But there's plenty of things which make zero sense as fallback content. input type=color, for example, simply cannot be sanely implemented in canvas as implemented input type=color is a button that when activated pops up a picker dialog. So the following code (as a simple example)

Re: [whatwg] hit regions: limited set of elements for fallback content

2014-02-21 Thread Charles McCathie Nevile
On Fri, 21 Feb 2014 09:47:51 +0100, Steve Faulkner faulkner.st...@gmail.com wrote: hixie wrote: But there's plenty of things which make zero sense as fallback content. input type=color, for example, simply cannot be sanely implemented in canvas I don't want to pronounce on sanity, but I

Re: [whatwg] hit regions: limited set of elements for fallback content

2014-02-21 Thread Ian Hickson
On Fri, 21 Feb 2014, Steve Faulkner wrote: But there's plenty of things which make zero sense as fallback content. input type=color, for example, simply cannot be sanely implemented in canvas as implemented input type=color is a button that when activated pops up a picker dialog. Only

Re: [whatwg] hit regions: limited set of elements for fallback content

2014-02-21 Thread Charles McCathie Nevile
On Thu, 20 Feb 2014 22:38:18 +0100, Nils Dagsson Moskopp n...@dieweltistgarnichtso.net wrote: Dominic Mazzoni dmazz...@google.com writes: First a high-level thought. I'm happy to keep chasing after legitimate use-cases instead of contrived ones, but just because we can't think of one,

Re: [whatwg] hit regions: limited set of elements for fallback content

2014-02-21 Thread Nils Dagsson Moskopp
Charles McCathie Nevile cha...@yandex-team.ru writes: On Thu, 20 Feb 2014 22:38:18 +0100, Nils Dagsson Moskopp n...@dieweltistgarnichtso.net wrote: Dominic Mazzoni dmazz...@google.com writes: First a high-level thought. I'm happy to keep chasing after legitimate use-cases instead of

[whatwg] Supporting more address levels in autocomplete

2014-02-21 Thread Dan Beam
While internationalizing Chrome’s implementation of requestAutocomplete(), we found that Chinese, Korean, and Thai addresses commonly ask for [at least] 3 levels of administrative region. For example, in this Chinese address: Humble Administrator’s Garden n°178 Dongbei Street, Gusu, Suzhou

Re: [whatwg] Supporting more address levels in autocomplete

2014-02-21 Thread Ian Hickson
On Fri, 21 Feb 2014, Dan Beam wrote: While internationalizing Chrome’s implementation of requestAutocomplete(), we found that Chinese, Korean, and Thai addresses commonly ask for [at least] 3 levels of administrative region. For example, in this Chinese address: Humble Administrator’s

Re: [whatwg] Supporting more address levels in autocomplete

2014-02-21 Thread Kevin Marks
Those names come from vcard - if adding a new one, consider how to model it in vcard too. Note that UK addresses can have this too - eg 3 high street, Kenton, Harrow, Middlesex, UK Would putting the 2 degrees of locality as comma separated in that field make more sense? Given that this schema is

Re: [whatwg] Supporting more address levels in autocomplete

2014-02-21 Thread Ian Hickson
On Fri, 21 Feb 2014, Kevin Marks wrote: Would putting the 2 degrees of locality as comma separated in that field make more sense? Given that this schema is the most widespread addressbook format, I'm sure someone has a dataset to discover usage (Google? Apple? Microsoft?) That's a reasonable

Re: [whatwg] Supporting more address levels in autocomplete

2014-02-21 Thread Kevin Marks
On 21 Feb 2014 17:03, Ian Hickson i...@hixie.ch wrote: On Fri, 21 Feb 2014, Kevin Marks wrote: Those names come from vcard - if adding a new one, consider how to model it in vcard too. Note that UK addresses can have this too - eg 3 high street, Kenton, Harrow, Middlesex, UK That's

Re: [whatwg] Supporting more address levels in autocomplete

2014-02-21 Thread Ian Hickson
On Fri, 21 Feb 2014, Kevin Marks wrote: On 21 Feb 2014 17:03, Ian Hickson i...@hixie.ch wrote: Those names come from vcard - if adding a new one, consider how to model it in vcard too. Note that UK addresses can have this too - eg 3 high street, Kenton, Harrow, Middlesex, UK That's