[whatwg] 5.4.3. The StorageItem interface - Cache flag

2006-12-10 Thread Zac Spitzer
how does adding a flag for a storage item which indicates this item can be flushed from the session storage (ie cache) if the allocated space for client side storage is full. This would allow developers to use the storage more efficently and simply -- Zac Spitzer +61 405 847 168

Re: [whatwg] Client-side includes proposal

2008-08-19 Thread Zac Spitzer
being read from the network or from a local file system or via any > other protocol. HTML 1 through 4 and XHTML 1 and 2 had this important > characteristic. I hope HTML 5 does as well. > > -- > Elliotte Rusty Harold [EMAIL PROTECTED] > Refactoring HTML Just Published! > htt

Re: [whatwg] Drag-and-drop folders/files support with directory structure using DirectoryEntry

2011-11-15 Thread Zac Spitzer
nconvenience of async APIs than > falling back to exposing unscalable sync interfaces in the main thread. > This is one of the reasons we have workers. > > -- > Glenn Maynard > -- Zac Spitzer Solution Architect / Director Ennoble Consultancy Australia http://www.ennoble.com.au http://zacster.blogspot.com +61 405 847 168

[whatwg] console API improvements

2014-05-23 Thread Zac Spitzer
isn't very performance friendly ideally we should be able to both access the console log history and also wrap log messages whilst maintaining line references -- Zac Spitzer +61 405 847 168

[whatwg] Persistent state for homescreen web apps (without reloading each time)

2015-06-08 Thread Zac Spitzer
/2015/04/broken-web-apps-launched-from-ios-home.html -- Zac Spitzer +61 405 847 168

Re: [whatwg] Persistent state for homescreen web apps (without reloading each time)

2015-06-09 Thread Zac Spitzer
rom: whatwg [mailto:whatwg-boun...@lists.whatwg.org] On Behalf Of Zac > > Spitzer > > Sent: Monday, June 8, 2015 21:10 > > To: wha...@whatwg.org > > Subject: [whatwg] Persistent state for homescreen web apps (without > > reloading each time) > > > > Is it

Re: [whatwg] window.opener security issues (Was: WhatWG is broken)

2016-12-01 Thread Zac Spitzer
, there is no security issue here, and users are not > endangered in any way---at least, not in any more danger than they already > are from browsing the web without looking at their URL bar to see where > they've ended up at. > -- Zac Spitzer +61 405 847 168

[whatwg] sticky css hover state on touch devices

2016-12-05 Thread Zac Spitzer
element retain it's hover state when hidden? if it didn't, an easy workaround for this problem is to set display:none; and then display:block;... aka jquery $(el).hide().show() -- Zac Spitzer +61 405 847 168