+1 On 30/11/2013 3:34 am, "Andrew Grieve" <[email protected]> wrote:
> I like the idea of scrapping the image to minimize the size (and making the > app as simple as possible). > > Some specifics: > - Should scrap the <preference>s so that platforms can define their > defaults (plus webviewbounce doesn't exist). > - missing <!DOCTYPE html> > - viewport metatag should have device-height removed. > - Since we support WP, we shouldn't have only -webkit prefixes in CSS > > > > On Thu, Nov 28, 2013 at 4:31 PM, Jesse <[email protected]> wrote: > > > Did you want to demonstrate how to show/hide divs? > > > > Why not just: > > > > <div id=deviceready class=blink> > > <p id=ready>Connecting to Device</p> > > </div> > > > > ready.innerText = "Device is Ready"; > > > > or > > > > ready.textContent = "Device is Ready"; > > > > or > > deviceready.innerHTML = '<p id=ready>Device is Ready</p>' > > > > > > Probably I am over-semantic, but I think the simpler the better. > > I would prefer a separate style sheet, with a good cross platform reset, > > and not much else. I even think we should dump the image. > > > > > > @purplecabbage > > risingj.com > > > > > > On Thu, Nov 28, 2013 at 1:10 PM, Brian LeRoux <[email protected]> wrote: > > > > > https://gist.github.com/brianleroux/7698123 > > > > > > Debating making the CSS external w/ the logo inlined. Probably would be > > > more clear. > > > > > >
