- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Mon, 29 Jul 2013 16:05:15 -0700
- To: Noah Mendelsohn <nrm@arcanedomain.com>
- Cc: Olivier Thereaux <Olivier.Thereaux@bbc.co.uk>, "robert@ocallahan.org" <robert@ocallahan.org>, Alex Russell <slightlyoff@google.com>, "public-audio@w3.org" <public-audio@w3.org>, "www-tag@w3.org List" <www-tag@w3.org>
On Sat, Jul 27, 2013 at 9:22 AM, Noah Mendelsohn <nrm@arcanedomain.com> wrote: > Again, I have no informed opinions on the specific merits, just suggesting a > useful role the TAG might play to clarify for the many members of the > community who are less expert on this than you are. Thank you. I'm not sure we call out data races anywhere, it's something we just don't do. I think what might be useful is to document agreed upon patterns somewhere. Others I remember: * New text formats use utf-8 (WebVTT). * Line separators for text formats are \r, \n, \r\n. * Existing formats in new contexts use utf-8 (see JSON in XMLHttpRequest, HTML imports, workers). * New fetching contexts use CORS by default. * IO implies asynchronous API (synchronous in worker context is under debate). * Asynchronous values use a promise. -- http://annevankesteren.nl/
Received on Monday, 29 July 2013 23:05:42 UTC