Re: [whatwg] Current status of hyperlink authoring (a.k.a. the ping attribute) and some suggestions

2011-04-27 Thread Ronny Orbach
Hey Jukka, thanks for your insightful reply :-) Sure I've meant hyperlink auditing. As for Chrome, I reckon it doesn't count these requests as part of the tab process and therefore doesn't show them in the developer tools. One can argue with that decision. Anyway, they're visible via Fiddler and t

[whatwg] Document's base URI should use the document's *current* address

2011-04-27 Thread Justin Lebar
The document base URL [1] is used when fetching resources. Right now, if a page doesn't have a element, the document base URL is set to the document's address.  (I'm going to call this the "document's original address".)  The document's original address does not change when you call pushState; on

[whatwg] Document's base URI should use the document's *current* address

2011-04-27 Thread Justin Lebar
The document base URL [1] is used when fetching resources. Right now, if a page doesn't have a element, the document base URL is set to the document's address. (I'm going to call this the "document's original address".) The document's original address does not change when you call pushState; on

Re: [whatwg] Extensible microdata attributes

2011-04-27 Thread Benjamin Hawkes-Lewis
On Wed, Apr 27, 2011 at 3:54 AM, Brett Zamir wrote: > Thanks for the references. While this may be relevant for the likes of blogs > and other documents whose requirements for semantic density is limited > enough to allow such reshaping for practical effect and whose content is > reshapeable by th

Re: [whatwg] MTU Size PeerConnection send method (was RE: PeerConnection feedback)

2011-04-27 Thread Harald Alvestrand
On 04/24/11 11:34, Stefan Håkansson LK wrote: On Fri, 22 Apr 2011, Ian Hickson wrote: On Mon, 11 Apr 2011, Justin Uberti wrote: On Mon, Apr 11, 2011 at 7:09 PM, Ian Hickson wrote: This has made UDP packets larger than the MTU pretty useless. So I guess the question is do we want to limit the

Re: [whatwg] Proposing .toBlob(contentType)

2011-04-27 Thread Jonas Sicking
On Wed, Apr 13, 2011 at 11:42 PM, Kyle Huey wrote: > It doesn't necessarily imply that the encoding is synchronous. > > The problem here is that Blob.size is broken.  The point of the File API is > to do reads asynchronously without blocking the main thread on something > slow.  This is why the on