Re: [whatwg] H.264-in-video vs plugin APIs

2009-06-17 Thread Maik Merten
Hi Chris, I provide an additional comparison at http://people.xiph.org/~maikmerten/youtube/ using different content. This doesn't qualify as more movement/action (it's hard to get free HD samples of such content in good quality), but content like the one I used is common nonetheless on community

[whatwg] Storage Events for a Specific Storage Area

2009-06-17 Thread Joseph Pecoraro
The storage event [1] fires for both sessionStorage and localStorage. To me, this means if you only want to interact with localStorage you will have to manually ensure that it is the storage area being modified: window.addEventListener('storage', function(e) { if ( e.storageArea ===

Re: [whatwg] html5 state handling: overview and extensions

2009-06-17 Thread Michael Nordman
This breakdown is a useful way to think about application state in the browser. Another axis that could be incorporated into the model is lifetime. There is some overlap between Server-Controlled and Script-Controlled realms in cookies, applications definitely have a dependency on that overlap