[whatwg] Vendor interest in requestAutoComplete ?

2013-12-26 Thread Laurent Perez
Hi I'm prototyping payment forms using rAc on Chrome M34. I'd like to know if Mozilla plans to implement it too in the not-too-far-future ? I found [1] and a Firefox Android patch at [2] but there is no specific schedule. Thanks [1] https://bugzilla.mozilla.org/show_bug.cgi?id=939351 [2] https:

Re: [whatwg] responsive imgs proposition (Re: The src-N proposal)

2013-11-20 Thread Laurent Perez
I wasn't aware of the { content: replaced url(attr(src-big)); } syntax. This looks indeed better when you want to keep the sources in the img tag. @media (3dppx > resolution >= 2dppx), (min-width: 320px) { .artdirection { content: replaced url(attr(data-mobile-retina)) } } @media (min-width: 640p

Re: [whatwg] responsive imgs proposition (Re: The src-N proposal)

2013-11-19 Thread Laurent Perez
Hi I was at the Paris RICG meetup in Paris, I understand the complexity of the responsive requirements. I'd like to propose the following pseudocode, building upon CSS4 range media queries. @media (3dppx > resolution >= 2dppx), (min-width: 320px) { .artdirection { background-image:url(high.png);

Re: [whatwg] Splash screen proposal for web apps ?

2013-08-01 Thread Laurent Perez
bbett wrote: > > On Wed, Jul 31, 2013 at 9:15 PM, Ian Hickson wrote: > >> On Wed, 31 Jul 2013, Laurent Perez wrote: > >> > > >> > Is there work going on on a Splash screen specification ? > >> > >> What's the use case? > >>

Re: [whatwg] Splash screen proposal for web apps ?

2013-08-01 Thread Laurent Perez
. laurent On Wed, Jul 31, 2013 at 9:15 PM, Ian Hickson wrote: > On Wed, 31 Jul 2013, Laurent Perez wrote: > > > > Is there work going on on a Splash screen specification ? > > What's the use case? > > Generally speaking, Web pages load incrementally, so by

[whatwg] Splash screen proposal for web apps ?

2013-07-31 Thread Laurent Perez
Hi Is there work going on on a Splash screen specification ? There is an attempt at https://dvcs.w3.org/hg/nativeapps/raw-file/tip/splashscreen/Overview.htmlbut no user agent implementation. Apple chose a link rel="apple-touch-startup-image" but http://stackoverflow.com/questions/1645937/iphone-w

Re: [whatwg] Support of link rel=prefetch

2012-11-28 Thread Laurent Perez
laurent On Tuesday, November 27, 2012, Adam Barth wrote: > I consider it not working on Chrome for Android a bug. It's something > we'd like to fix. > > Adam > > > On Tue, Nov 27, 2012 at 10:52 AM, Laurent Perez wrote: >> Hi >> >> I'm testin