Re: [webappsec + webapps] CORS to PR plans

2013-08-06 Thread Arthur Barstow
On 8/5/13 7:48 PM, ext Brad Hill wrote: I'd like to issue this as a formal Call for Consensus at this point. If you have any objections to CORS advancing to Proposed Recommendation, please reply to public-webapp...@w3.org mailto:public-webapp...@w3.org. Affirmative response are also

Re: [webappsec + webapps] CORS to PR plans

2013-08-06 Thread Anne van Kesteren
On Tue, Aug 6, 2013 at 12:48 AM, Brad Hill hillb...@gmail.com wrote: I'd like to issue this as a formal Call for Consensus at this point. If you have any objections to CORS advancing to Proposed Recommendation, please reply to public-webapp...@w3.org. Affirmative response are also encouraged,

Re: HTML as application manifest format

2013-08-06 Thread Stian Soiland-Reyes
You could in fact even embed JSON in HTML, like JSON-LD suggests: http://json-ld.org/spec/latest/json-ld/#embedding-json-ld-in-html-documents On 4 August 2013 22:23, Melvin Carvalho melvincarva...@gmail.com wrote: On 1 August 2013 18:57, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu,

Re: HTML as application manifest format

2013-08-06 Thread Charles McCathie Nevile
On Thu, 01 Aug 2013 20:24:40 +0400, Dimitri Glazkov dglaz...@chromium.org wrote: On Thu, Aug 1, 2013 at 6:17 AM, Marcos Caceres w...@marcosc.com wrote: Hi Kornel, Although I have complete empathy about your criticisms regarding JSON, it is actually quite fit for this purpose. Using HTML in

Re: HTML as application manifest format

2013-08-06 Thread Kornel LesiƄski
On Thu, 01 Aug 2013 17:57:20 +0100, Tab Atkins Jr. jackalm...@gmail.com wrote: HTML is the Web's serialization format *for HTML, and other text-like things*. As Kornel's example shows, HTML is *not* well suited to holding key/value pairs or the like; The ugly part is current lack of support

[IndexedDB] Feature detection pattern for array key support

2013-08-06 Thread Kyaw Tun
Some browsers does not support array key. I use indexedDB.cmp([1, 2], [1, 2]). It works by getting error on not supported bowser. Is there a clear hack to detect it? Thanks, Kyaw