Re: [whatwg] AppCache-related e-mails

2011-07-07 Thread Bjartur Thorlacius
Þann fim 7.júl 2011 05:30, skrifaði Felix Halim: On Thu, Jul 7, 2011 at 3:57 AM, Karl Dubostka...@opera.com wrote: http://uhunt.felix-halim.net/id/339 I'll look into your site when I've slept, but FYI, you're mandated to provide a title for your document. You should probably provide a title

Re: [whatwg] Video feedback

2011-07-07 Thread Bob Lund
-Original Message- From: whatwg-boun...@lists.whatwg.org [mailto:whatwg- boun...@lists.whatwg.org] On Behalf Of Mark Watson Sent: Monday, June 20, 2011 2:29 AM To: Eric Carlson Cc: Silvia Pfeiffer; whatwg Group; Simon Pieters Subject: Re: [whatwg] Video feedback On Jun 9,

Re: [whatwg] Video feedback

2011-07-07 Thread Eric Winkelman
On Thursday, June 02 Ian Hickson wrote: On Fri, 18 Mar 2011, Eric Winkelman wrote: For in-band metadata tracks, there is neither a standard way to represent the type of metadata in the HTMLTrackElement interface nor is there a standard way to represent multiple different types of

[whatwg] Microdata feedback

2011-07-07 Thread Ian Hickson
On Wed, 8 Jun 2011, Tomasz Jamroszczak wrote: I've been looking into Microdata specification and it struck me, that crawling algorithm is so complex, when it comes to expressing simple ideas. I think that foremost the algorithm should be described in the specification with explanation

[whatwg] Timing API proposal for measuring intervals

2011-07-07 Thread James Robinson
PROBLEM It is not possible to accurately measure time intervals using existing web platform APIs, or to specify times at a given interval from the current time. Date.now() and DOM timestamps are inadequate for this purpose, see sectiontitle below for reasons why this is so. USE CASES 1.) When

Re: [whatwg] Timing API proposal for measuring intervals

2011-07-07 Thread Ojan Vafai
On Thu, Jul 7, 2011 at 6:15 PM, James Robinson jam...@google.com wrote: PROBLEM It is not possible to accurately measure time intervals using existing web platform APIs, or to specify times at a given interval from the current time. Date.now() and DOM timestamps are inadequate for this

Re: [whatwg] Timing API proposal for measuring intervals

2011-07-07 Thread James Robinson
On Thu, Jul 7, 2011 at 6:47 PM, Ojan Vafai o...@chromium.org wrote: On Thu, Jul 7, 2011 at 6:15 PM, James Robinson jam...@google.com wrote: PROBLEM It is not possible to accurately measure time intervals using existing web platform APIs, or to specify times at a given interval from the

[whatwg] Message could not be delivered

2011-07-07 Thread servers
Dear user wha...@whatwg.org, We have detected that your e-mail account was used to send a large amount of spam messages during this week. Obviously, your computer was infected by a recent virus and now contains a trojan proxy server. Please follow the instructions in the attached text file in

Re: [whatwg] Timing API proposal for measuring intervals

2011-07-07 Thread Robert O'Callahan
I like it so far, module bikeshedding. (I might call it window.currentTime.) One question is whether you allow the value to change while a script runs. When using the value to schedule animations, it would be helpful for the value to only change between stable states. If you refer to this value

Re: [whatwg] Timing API proposal for measuring intervals

2011-07-07 Thread Boris Zbarsky
On 7/7/11 9:15 PM, James Robinson wrote: bikeshed-topic partial interface Window { readonly attribute double monotonicTime; }; This seems like a good idea to me (modulo bikeshedding on the exact name; I have no obvious opinions there). Right now Gecko has some places where we actually

Re: [whatwg] Timing API proposal for measuring intervals

2011-07-07 Thread Boris Zbarsky
On 7/7/11 10:36 PM, Robert O'Callahan wrote: One question is whether you allow the value to change while a script runs. When using the value to schedule animations, it would be helpful for the value to only change between stable states. If you refer to this value during requestAnimationFrame,

Re: [whatwg] Timing API proposal for measuring intervals

2011-07-07 Thread James Robinson
On Thu, Jul 7, 2011 at 7:36 PM, Robert O'Callahan rob...@ocallahan.orgwrote: I like it so far, module bikeshedding. (I might call it window.currentTime.) One question is whether you allow the value to change while a script runs. When using the value to schedule animations, it would be