[whatwg] apple-touch-icon

2014-07-27 Thread Anne van Kesteren
For link rel=icon we already define the /favicon.ico fallback. If a page lacks link rel=icon sizes we should probably also look at Apple's proprietary extension here given that it's quite widely adopted. Chrome supports it and there is some work going on in Firefox as well:

Re: [whatwg] apple-touch-icon

2014-07-27 Thread Kevin Marks
some data here: http://indiewebcamp.com/icon On Sun, Jul 27, 2014 at 5:13 AM, Anne van Kesteren ann...@annevk.nl wrote: For link rel=icon we already define the /favicon.ico fallback. If a page lacks link rel=icon sizes we should probably also look at Apple's proprietary extension here given

Re: [whatwg] Questions about the Fetch API

2014-07-27 Thread Anne van Kesteren
On Thu, Jul 17, 2014 at 9:34 PM, Domenic Denicola dome...@domenicdenicola.com wrote: With that taken care of, I still think it would be ideal for the (client) RequestBodyStream to be writable, not readable. See my earlier example for why that would be problematic. One thing that might work

Re: [whatwg] How to determine content-type of file: protocol

2014-07-27 Thread Gordon P. Hemsley
Sorry for the delay in responding. Your message fell through the cracks in my e-mail filters. On 07/17/2014 08:26 AM, duanyao wrote: Hi, My first question is about a rule in MIME Sniffing specification (http://mimesniff.spec.whatwg.org): 5.1 Interpreting the resource metadata ...